FLINT 0.9.9
Fortran Library for numerical INTegration of differential equations
|
Interface of the user-supplied Differential Equation function. It must return a vector of double precision values with dimension same as that of the input vector Y. More...
Public Member Functions | |
real(wp) function, dimension(size(y)) | defunc (me, x, y, params) |
Interface of the user-supplied Differential Equation function. It must return a vector of double precision values with dimension same as that of the input vector Y.
Definition at line 235 of file FLINT_base.f90.
|
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 235 of file FLINT_base.f90.