SetParametersMaxIterations Subroutine

public subroutine SetParametersMaxIterations(this, new_value)

Set the value of the max iterations.

Arguments

Type IntentOptional AttributesName
type(SolverParameters_t), intent(inout) :: this

The parameter object.

integer, intent(in) :: new_value

Value to set it to.


Contents

None