Go to the documentation of this file.
10 #ifndef _RKClassicalSolver_h__
11 #define _RKClassicalSolver_h__
21 class RungeKuttaSolver :
public Solver {
54 double defStartingValue=0.0,
55 double startingValueMin=0.0,
56 double startingValueMax=0.0)
const;
virtual Genfun::Parameter * createControlParameter(const std::string &variableName="anon", double defStartingValue=0.0, double startingValueMin=0.0, double startingValueMax=0.0) const
virtual const PhaseSpace & phaseSpace() const
virtual Genfun::GENFUNCTION energy() const
const typedef AbsFunction & GENFUNCTION
virtual Genfun::Parameter * takeQ0(unsigned int index)
virtual Genfun::Parameter * takeP0(unsigned int index)
they are gone ZOOM Features Discontinued The following features of the ZOOM package were felt to be extreme overkill These have been after checking that no existing user code was utilizing as in SpaceVector v
virtual Genfun::GENFUNCTION hamiltonian() const
virtual Genfun::GENFUNCTION equationOf(const Genfun::Variable &v) const
RungeKuttaSolver(Genfun::GENFUNCTION H, const PhaseSpace &phaseSpace, const Genfun::RKIntegrator::RKStepper *stepper=NULL)