process Interface

interface
public subroutine process(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

Description

Subroutine to make variation in the method after a point converged