| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ModelState_t), | intent(inout) | :: | state | |||
| complex(kind=p), | intent(inout), | dimension(mx, nx, kx) | :: | vordt | ||
| complex(kind=p), | intent(inout), | dimension(mx, nx, kx) | :: | divdt | ||
| complex(kind=p), | intent(inout), | dimension(mx, nx, kx) | :: | tdt | ||
| complex(kind=p), | intent(inout) | :: | psdt(mx,nx) | |||
| complex(kind=p), | intent(inout) | :: | trdt(mx,nx,kx,ntr) | |||
| integer, | intent(in) | :: | j2 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ModelState_t), | intent(inout), | target | :: | state | ||
| complex(kind=p), | intent(inout), | dimension(mx, nx, kx) | :: | vordt | ||
| complex(kind=p), | intent(inout), | dimension(mx, nx, kx) | :: | divdt | ||
| complex(kind=p), | intent(inout), | dimension(mx, nx, kx) | :: | tdt | ||
| complex(kind=p), | intent(inout) | :: | psdt(mx,nx) | |||
| complex(kind=p), | intent(inout) | :: | trdt(mx,nx,kx,ntr) | |||
| integer, | intent(in) | :: | j1 | |||
| integer, | intent(in) | :: | j2 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ModelState_t), | intent(inout), | target | :: | state | ||
| complex(kind=p), | intent(inout) | :: | divdt(mx,nx,kx) | |||
| complex(kind=p), | intent(inout) | :: | tdt(mx,nx,kx) | |||
| complex(kind=p), | intent(inout) | :: | psdt(mx,nx) | |||
| integer, | intent(in) | :: | j2 |