interface description for the transormation of a set of state varibles to another set of state variables (e.g. conservative variables to primitive variable or vice versa)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(atl_Equations_type), | intent(in) | :: | equation |
the eqations type that defines all necessary parameters |
||
real(kind=rk), | intent(inout) | :: | instate(:,:,:) |
input state vector The array dimensions reflect the way the state vector is stored in the solver: dimension (nDoFs nVars) with:
|
||
real(kind=rk), | intent(out), | optional | :: | outstate(:,:,:) |
output transformed state vector The array dimensions reflect the way the state vector is stored in the solver: dimension (nElems, nDoFs, nVars) with:
|
|
integer, | intent(in) | :: | nElems |
The number of elements. |