25 void f_Newton (
double *x,
double *y);
26 void J_Newton (
double *x,
double **J);
57 void step_ (
double dt);
Nonlinear system solver for OdeSDIRK43.
NewtonSDIRK43(unsigned long neq, OdeSDIRK43 *integrator)
constructs
Base clase implementing methods for embedded Runge-Kutta error estimation.
Templated base class connecting solver objects and OdeNewton objects.
Extension of OdeNewtonBridge class for fully SDIRK methods.
Provides space for stage slope values, an array of arrays for k values.
NewtonSDIRK43 * get_newton()
returns a pointer to the solver's Newton system object
OdeSDIRK43(unsigned long neq)
constructs