26 void f_Newton (
double *x,
double *y);
27 void J_Newton (
double *x,
double **J);
57 void step_ (
double dt);
Nonlinear system solver for OdeGauss6.
NewtonGauss6(unsigned long neq, unsigned long nnew, OdeGauss6 *integrator)
constructs
Base class implementing solver functions with adaptive time steps.
The sixth-order, A-stable, fully-implicit Gauss-Legendre method with 3 stages.
NewtonGauss6 * get_newton()
returns a pointer to the solver's Newton system object
OdeGauss6(unsigned long neq)
constructs
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.