continuation_stopper Interface

interface
public function continuation_stopper(X, ns, S, dS, dXdS, iterations)

Arguments

Type IntentOptional Attributes Name
real(kind=pr), intent(inout) :: X(:)

Vector of variables

integer, intent(inout) :: ns

Position of specified variable

real(kind=pr), intent(inout) :: S

Specification variable value

real(kind=pr), intent(inout) :: dS

Step of specification in the method

real(kind=pr), intent(inout) :: dXdS(:)

integer, intent(in) :: iterations

Iterations needed to converge point

Return Value logical

Description

Function that returns true if the method should stop