update_specification Subroutine

private 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), private :: dFdS(size(X))
integer, private :: first_set((size(X)-3)/2)
integer, private :: i
integer, private :: idx((size(X)-3)/2)
integer, private :: nc
integer, private :: second_set((size(X)-3)/2)