![]() |
|
Another stiff solution: Atkinson pg. 158, also example 8.2 pg 129. More...
#include <ode_example_functions.h>
Inheritance diagram for oomph::deriv_functions::OrderReductionTest:Public Member Functions | |
| OrderReductionTest () | |
| Constructor. More... | |
| virtual | ~OrderReductionTest () |
| Virtual destructor. More... | |
| Vector< double > | operator() (const double &t, const Vector< double > &x) const |
| Function call. More... | |
| Vector< double > | derivative (const double &t, const Vector< double > &x, const Vector< double > &u) const |
| Derivative call. More... | |
Public Member Functions inherited from oomph::SolutionFunctorBase | |
| virtual | ~SolutionFunctorBase () |
| Virtual destructor. More... | |
| virtual void | jacobian (const double &t, const Vector< double > &x, const Vector< double > &u, DenseMatrix< double > &jacobian) const |
| virtual bool | have_jacobian () const |
| Is a jacobian function implemented? More... | |
| virtual void | initialise_from_problem (const Problem *problem_pt) |
| Overload to grab data from the problem. More... | |
Public Attributes | |
| double | Lambda |
Additional Inherited Members | |
Public Types inherited from oomph::SolutionFunctorBase | |
| typedef double(* | TimeSpaceToDoubleFctPt) (const double &t, const Vector< double > &x) |
| General function of space and time which returns a double. More... | |
| typedef Vector< double >(* | TimeSpaceToDoubleVectFctPt) (const double &t, const Vector< double > &x) |
| General function of space and time which returns a vector of doubles. More... | |
| typedef Vector< double >(* | TimeSpaceValueToDoubleVectFctPt) (const double &t, const Vector< double > &x, const Vector< double > &u) |
Another stiff solution: Atkinson pg. 158, also example 8.2 pg 129.
|
inline |
Constructor.
References Global_Parameters::Lambda.
|
inlinevirtual |
|
inlinevirtual |
Derivative call.
Implements oomph::SolutionFunctorBase.
References cos(), Global_Parameters::Lambda, sin(), and plotPSD::t.
|
inlinevirtual |
| double oomph::deriv_functions::OrderReductionTest::Lambda |