update_specification Subroutine

public subroutine update_specification(its, X, dF, dXdS, ns, dS)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: its
real(kind=pr), intent(inout) :: X(:)
real(kind=pr), intent(inout) :: dF(:,:)
real(kind=pr), intent(inout) :: dXdS(:)
integer, intent(inout) :: ns
real(kind=pr), intent(inout) :: dS

Variables

Type Visibility Attributes Name Initial
real(kind=pr), public :: dFdS(size(X))
integer, public :: nc