set_tolerance Subroutine

public subroutine set_tolerance(rtol_, atol_)

Sets the DOP853 relative and absolute error tolerances for each equation solved during the field line tracing

Arguments

Type IntentOptional Attributes Name
real(kind=DP), intent(in), dimension(neq) :: rtol_

Relative error tolerance for each equation

real(kind=DP), intent(in), dimension(neq) :: atol_

Absolute error tolerance for each equation