Declare a class that transforms an orbital solution before checking. More...
#include "RealEvolutionQuantity.h"#include "../../Core/Functions.h"#include <vector>#include <list>
Include dependency graph for TransformedSolution.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Evolve::TransformedSolution |
| A class that can be passed to the solution testing function instead of the solver that transforms the solutions before testing. More... | |
Namespaces | |
| Evolve | |
| Orientations of zones of bodies in a binary system. | |
Declare a class that transforms an orbital solution before checking.
This is useful if an analytical solution exists for some function of the evolved quantities, which cannot be analytically inverted.
Definition in file TransformedSolution.h.