| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ArModel), | intent(in) | :: | model | |||
| type(EquilibriumState), | intent(in) | :: | cep |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=pr), | private | :: | F(7) | ||||
| real(kind=pr), | private | :: | P | ||||
| real(kind=pr), | private, | allocatable | :: | Ps(:) | |||
| real(kind=pr), | private | :: | S | ||||
| real(kind=pr), | private | :: | T | ||||
| real(kind=pr), | private, | allocatable | :: | Ts(:) | |||
| real(kind=pr), | private | :: | Vw | ||||
| real(kind=pr), | private | :: | Vx | ||||
| real(kind=pr), | private | :: | Vy | ||||
| real(kind=pr), | private | :: | X(7) | ||||
| real(kind=pr), | private | :: | dF(7,7) | ||||
| real(kind=pr), | private | :: | dFdS(7) | ||||
| real(kind=pr), | private | :: | dS | ||||
| real(kind=pr), | private | :: | dXdS(7) | ||||
| integer, | private | :: | iters | ||||
| integer, | private | :: | ns | ||||
| integer, | private | :: | points | ||||
| real(kind=pr), | private | :: | w1 | ||||
| real(kind=pr), | private | :: | x1 | ||||
| real(kind=pr), | private | :: | y1 |