19 template <
typename _Type>
30 const double &x_final,
31 const std::size_t &num_of_steps);
58 double X_INIT, X_FINAL;
A templated class for equations that can be inherited from to allow instantiation of ODE/PDE objects ...
A specification for a one dimensional mesh object.
An DenseVector class – a dense vector object.
An equation object base class used in the BVP/IVP classes.
A templated object for real/complex vector system of first-order ordinary differential equations.
OneD_Node_Mesh< _Type > & get_mesh()
Return the history of the stepped solution.
unsigned & store_every()
Return a handle to the STORE_EVERY object.
DenseVector< _Type > shoot4(DenseVector< _Type > u)
A fixed step 4th order Runge-Kutta method.
DenseVector< _Type > shoot45(DenseVector< _Type > u, const double &tol, const double &h_init)
A Runge-Kutta-Fehlberg integrator.
A one dimensional mesh utility object.
An object to block copying.
A collection of OO numerical routines aimed at simple (typical) applied problems in continuum mechani...