FLINT 0.9.9
Fortran Library for numerical INTegration of differential equations
|
Query method to get the current state information of FLINT. Can be called after each Integration to get the integration stats. More...
Public Member Functions | |
subroutine | info (me, laststatus, statusmsg, nsteps, naccept, nreject, nfcalls, interpready, h0, x0, y0, hf, xf, yf) |
Query method to get the current state information of FLINT. Can be called after each Integration to get the integration stats.
Definition at line 507 of file FLINT_base.f90.
|
virtual |
[in,out] | me | Object of class type FLINT |
[out] | laststatus | The status code of the last operation completed |
[out] | statusmsg | Status message corresponding to the status code in LastStatus |
[out] | nsteps | Total number of steps taken |
[out] | naccept | Number of Accepted steps |
[out] | nreject | Number of rejected steps |
[out] | nfcalls | Function calls made not including event calls |
[out] | interpready | Whether Interpolation is enabled |
[out] | h0 | The initial accepted step-size |
[out] | x0 | The initial value of the independent variable |
[out] | y0 | Initial condition |
[out] | hf | Final accepted step-size |
[out] | xf | The final value of the independent variable |
[out] | yf | Final solution |
Definition at line 507 of file FLINT_base.f90.
References flint_base::flint_success.