solout_none Subroutine

public subroutine solout_none(me, nr, xold, x, y, irtrn, xout)

An empty function needed in order to run the field line tracer

Type Bound

../../dop853_pitch_t

Arguments

Type IntentOptional Attributes Name
class(dop853_pitch_t), intent(inout) :: me

Instance of the type

integer, intent(in) :: nr

Grid point (0,1,...)

real(kind=DP), intent(in) :: xold

The preceding grid point

real(kind=DP), intent(in) :: x

Current grid point

real(kind=DP), intent(in), dimension(:) :: y

State vector [size n]

integer, intent(inout) :: irtrn

Serves to interrupt the integration, if irtrn is set <0

real(kind=DP), intent(out) :: xout

Can be used for efficient intermediate output