report_convergence_error Subroutine

public subroutine report_convergence_error(name, niter, resid, err)

Reports a convergence error.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: name

The name of the routine in which the error was found.

integer(kind=int32), intent(in) :: niter

The actual number of iterations taken.

real(kind=real64), intent(in) :: resid

The current residual estimate.

class(errors), intent(inout) :: err

An errors-based object that if provided can be used to retrieve information relating to any errors encountered during execution.


Contents


Variables

Type Visibility Attributes Name Initial
character(len=512), public :: errmsg