Subroutine to semi-refine an element with modal polynomial representation into its semi-children.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | modalRepFace(:,:) |
Modal representation of a function on the non-refined face. Dimensions are: (modg%maxPolyDegree+1)^2 for the first dimension and nScalars for the second dimension. |
||
type(ply_modg_basis_type) | :: | modg_basis |
Informations about the polynomial basis of the MODG scheme. |
|||
type(atl_modg_2d_scheme_type), | intent(in) | :: | schemeCoarse |
The parameters of your MODG scheme on the coarse level. |
||
type(atl_modg_2d_scheme_type), | intent(in) | :: | schemeFine |
The parameters of your MODG scheme on the fine level. |
||
integer, | intent(in) | :: | refineDir |
The direction of the semi-refinement. Either 1 or 2. Have a look at the function description. |
||
integer, | intent(in) | :: | fineElemShift |
The semi-refined element you want to obtain. |
||
real(kind=rk), | intent(inout) | :: | modalRefined(:,:) |
The modal representation of modalRepFace restricted to the semi-refined element. |