Subroutine to semi-coarsen an element with modal polynomial representation to its semi-parent.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | modalRepFace(:,:) | Modal representation of a function on one of refined element. Which fine element is determined by fineFaceShift Dimensions are: (modg%maxPolyDegree+1)^3 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 fint level. |
||
integer, | intent(in) | :: | fineElemShift | The semi-refined element you want to obtain. |
||
real(kind=rk), | intent(inout) | :: | modalCoarsed(:,:) | The modal representation of modalRepFace on the coarser element, restricted to the given fine element. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iFunc | ||||
integer, | private | :: | iDegX | ||||
integer, | private | :: | funcPos | ||||
integer, | private | :: | dof | ||||
real(kind=rk), | private | :: | coarseSqNorm | ||||
real(kind=rk), | private | :: | jacobiDetFineToCoarse | ||||
integer, | private | :: | mpd1 |