| Type | Intent | Optional | 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 |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=pr), | private | :: | dFdS(size(X)) | ||||
| integer, | private | :: | nc |