Module provides subroutines, functions and datatypes regarding cell local degrees of freedoms.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public, | parameter | :: | Q_space | = | 1 | Parameter to identify Q polynomials |
| integer, | public, | parameter | :: | P_space | = | 2 | Parameter to identify P polynomials |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | ndofs | |||
| integer, | intent(in) | :: | space | |||
| integer, | intent(in) | :: | ndims |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | deg | |||
| integer, | intent(in) | :: | space | |||
| integer, | intent(in) | :: | nDims |
Subroutine to change the polynomial space (Q or P) of an atl_statedata_type from Q-space to P-space and vice versa.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | inspace | Polynomial space of the input state (P_sapce or Q_space) |
||
| real(kind=rk), | intent(in) | :: | instate(:,:,:) | States of the variables of the input in polynomial space as prescribed in inspace. |
||
| real(kind=rk), | intent(inout) | :: | outstate(:,:,:) | States of the variables of the output. |
||
| integer, | intent(in) | :: | maxPolyDeg | |||
| integer, | intent(in) | :: | nElems | |||
| integer, | intent(in) | :: | nVars | |||
| integer, | intent(in) | :: | nDims |