SetParametersStepThreshold Subroutine

public pure subroutine SetParametersStepThreshold(this, new_value)

Set the value of the step threshold.

Arguments

Type IntentOptional Attributes Name
type(SolverParameters_t), intent(inout) :: this

The parameter object.

real(kind=NTREAL), intent(in) :: new_value

Value to set it to.


Contents