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

Query method to get the current state information of FLINT. Can be called after each Integration to get the integration stats. More...

+ Collaboration diagram for flint_base::info:

Public Member Functions

subroutine info (me, laststatus, statusmsg, nsteps, naccept, nreject, nfcalls, interpready, h0, x0, y0, hf, xf, yf)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ info()

subroutine flint_base::info::info ( class(flint_class), intent(inout) me,
integer(kind(flint_success)), intent(out) laststatus,
character(len=:), intent(out), optional, allocatable statusmsg,
integer, intent(out), optional nsteps,
integer, intent(out), optional naccept,
integer, intent(out), optional nreject,
integer, intent(out), optional nfcalls,
logical, intent(out), optional interpready,
real(wp), intent(out), optional h0,
real(wp), intent(out), optional x0,
real(wp), dimension(:), intent(out), optional y0,
real(wp), intent(out), optional hf,
real(wp), intent(out), optional xf,
real(wp), dimension(:), intent(out), optional yf )
virtual
Parameters
[in,out]meObject of class type FLINT
[out]laststatusThe status code of the last operation completed
[out]statusmsgStatus message corresponding to the status code in LastStatus
[out]nstepsTotal number of steps taken
[out]nacceptNumber of Accepted steps
[out]nrejectNumber of rejected steps
[out]nfcallsFunction calls made not including event calls
[out]interpreadyWhether Interpolation is enabled
[out]h0The initial accepted step-size
[out]x0The initial value of the independent variable
[out]y0Initial condition
[out]hfFinal accepted step-size
[out]xfThe final value of the independent variable
[out]yfFinal solution

Definition at line 507 of file FLINT_base.f90.

References flint_base::flint_success.


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