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), | intent(in) | :: | modg_basis | The polynomial basis for the current level of the modg scheme |
||
type(atl_modg_1d_scheme_type), | intent(in) | :: | schemeCoarse | The parameters of your MODG scheme on the coarse level. |
||
type(atl_modg_1d_scheme_type), | intent(in) | :: | schemeFine | The parameters of your MODG scheme on the fine level. |
||
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. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iDegX | ||||
integer, | private | :: | iCoarseFunc | ||||
integer, | private | :: | dof | ||||
integer, | private | :: | coarsePos | ||||
real(kind=rk), | private | :: | fineSqNorm | ||||
integer, | private | :: | mpd1 |