|
FLINT 0.9.9
Fortran Library for numerical INTegration of differential equations
|
User must extend DiffEqSys and provide the DiffEq and Events function. More...
Collaboration diagram for flint_base::diffeqsys:Public Member Functions | |
| procedure(defunc), deferred | f (me, x, y, params) |
Public Attributes | |
| integer | n = 6 |
| integer | m = 1 |
| integer | p = 0 |
| procedure(eventfunc), pointer, pass | g => null() |
User must extend DiffEqSys and provide the DiffEq and Events function.
Definition at line 220 of file FLINT_base.f90.
|
pure virtual |
| [in,out] | me | Differential Equation object |
| [in] | x | Independent variable value |
| [in] | y | Initial condition |
| [in] | params | 'TBD' Optional array of double-precision parameters for sensitivity analysis |
Definition at line 226 of file FLINT_base.f90.
| procedure(eventfunc), pointer, pass flint_base::diffeqsys::g => null() |
Definition at line 224 of file FLINT_base.f90.
| integer flint_base::diffeqsys::m = 1 |
Definition at line 222 of file FLINT_base.f90.
| integer flint_base::diffeqsys::n = 6 |
Definition at line 221 of file FLINT_base.f90.
| integer flint_base::diffeqsys::p = 0 |
Definition at line 223 of file FLINT_base.f90.