Create a preconditioner object with the desired tolerance and maximum number of iterations.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r8), | intent(in), | optional | :: | tolerance | The tolerance within which to apply the inverse Jacobian. Defaults to 0.001. |
|
integer, | intent(in), | optional | :: | max_iterations | The maximum number of iterations to use when applying the preconditioner. Defaults to 20. |