Module for derived variables of the Maxwell equations with hyperbolic divergence cleaning.
Convert primitive varibales to conservative variables.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(atl_Equations_type), | intent(in) | :: | equation | Description of the equation system. |
||
| real(kind=rk), | intent(inout) | :: | instate(:,:) | Primitive variables to convert. |
||
| real(kind=rk), | intent(out), | optional | :: | outstate(:,:) | Converted variables. |
|
| real(kind=rk), | intent(in), | optional | :: | material(:,:) | The material information. |
Convert conservative to primitive variables.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(atl_Equations_type), | intent(in) | :: | equation | Description of the equation system. |
||
| real(kind=rk), | intent(inout) | :: | instate(:,:) | Primitive variables to convert. |
||
| real(kind=rk), | intent(out), | optional | :: | outstate(:,:) | Converted variables. |
|
| real(kind=rk), | intent(in), | optional | :: | material(:,:) | The material information. |