FLINT 0.9.9
Fortran Library for numerical INTegration of differential equations
Loading...
Searching...
No Matches
flint_base::defunc Interface Reference

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...

+ Collaboration diagram for flint_base::defunc:

Public Member Functions

real(wp) function, dimension(size(y)) defunc (me, x, y, params)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ defunc()

real(wp) function, dimension(size(y)) flint_base::defunc::defunc ( class(diffeqsys), intent(inout) me,
real(wp), intent(in) x,
real(wp), dimension(me%n), intent(in) y,
real(wp), dimension(:), intent(in), optional params )
virtual
Parameters
[in,out]meDifferential Equation object
[in]xIndependent variable value
[in]yInitial condition
[in]params'TBD' Optional array of double-precision parameters for sensitivity analysis
Returns
First derivatives

Definition at line 235 of file FLINT_base.f90.


The documentation for this interface was generated from the following file: