27 void f_Newton (
double *x,
double *y);
28 void J_Newton (
double *x,
double **J);
54 void step_ (
double dt);
Nonlinear system solver for OdeGeng5.
NewtonGeng5(unsigned long neq, unsigned long nnew, OdeGeng5 *integrator)
constructs
Base class implementing solver functions with adaptive time steps.
The fifth-order, symplectic, fully-implicit Geng integrator with 3 stages.
OdeGeng5(unsigned long neq)
constructs
NewtonGeng5 * get_newton()
returns a pointer to the solver's Newton system object
Provides a large vector containing the slope values of all stages with pointers to each of the indivi...
Templated base class connecting solver objects and OdeNewton objects.
Extension of OdeNewtonBridge class for fully implicit methods.