|
| TypeName ("rodas23") |
|
| rodas23 (const ODESystem &ode, const dictionary &dict) |
|
virtual | ~rodas23 ()=default |
|
virtual bool | resize () |
|
virtual scalar | solve (const scalar x0, const scalarField &y0, const scalarField &dydx0, const scalar dx, scalarField &y) const |
|
virtual void | solve (scalar &x, scalarField &y, scalar &dxTry) const |
|
virtual void | solve (scalar &x, scalarField &y, scalar &dxTry) const |
|
virtual void | solve (scalar &x, scalarField &y, stepState &step) const |
|
virtual void | solve (const scalar xStart, const scalar xEnd, scalarField &y, scalar &dxEst) const |
|
| TypeName ("ODESolver") |
|
| declareRunTimeSelectionTable (autoPtr, ODESolver, dictionary,(const ODESystem &ode, const dictionary &dict),(ode, dict)) |
|
| ODESolver (const ODESystem &ode, const dictionary &dict) |
|
| ODESolver (const ODESystem &ode, const scalarField &absTol, const scalarField &relTol) |
|
virtual | ~ODESolver ()=default |
|
label | nEqns () const |
|
scalarField & | absTol () |
|
scalarField & | relTol () |
|
template<class Type > |
void | resizeField (UList< Type > &f) const |
|
void | resizeMatrix (scalarSquareMatrix &m) const |
|
virtual void | solve (scalar &x, scalarField &y, stepState &step) const |
|
virtual void | solve (const scalar xStart, const scalar xEnd, scalarField &y, scalar &dxEst) const |
|
| adaptiveSolver (const ODESystem &ode, const dictionary &dict) |
|
virtual | ~adaptiveSolver ()=default |
|
bool | resize (const label n) |
|
void | solve (const ODESystem &ode, scalar &x, scalarField &y, scalar &dxTry) const |
|
L-stable, stiffly-accurate embedded Rosenbrock ODE solver of order (2)3.
References:
Sandu, A., Verwer, J. G., Blom, J. G., Spee, E. J., Carmichael, G. R.,
& Potra, F. A. (1997).
Benchmarking stiff ODE solvers for atmospheric chemistry problems II:
Rosenbrock solvers.
Atmospheric environment, 31(20), 3459-3472.
- Source files
-
Definition at line 60 of file rodas23.H.