| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ArModel), | intent(in) | :: | model | |||
| real(kind=pr), | intent(in) | :: | z0(:) | |||
| real(kind=pr), | intent(in) | :: | zi(:) | |||
| real(kind=pr), | intent(in) | :: | T | |||
| integer, | intent(in) | :: | ns | |||
| real(kind=pr), | intent(in) | :: | S | |||
| real(kind=pr), | intent(inout) | :: | X(:) | |||
| real(kind=pr), | intent(out) | :: | F(:) | |||
| real(kind=pr), | intent(out) | :: | dF(:,:) | |||
| integer, | intent(inout) | :: | its | |||
| integer, | intent(in) | :: | maxits |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=pr), | private | :: | dX(size(X)) | ||||
| integer, | private | :: | nc |