private function ply_QLegOneDimCoeff(nDofsOneDim, nChildDofsOneDim) result(projCoeffOneDim)
Routine to create one-dimensional projection coefficient for a coarse
element to a fine element.
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
nDofsOneDim
The number of dofs in one dimension.
integer,
intent(in)
::
nChildDofsOneDim
The number of dofs in one dimension for the children.
Return Value
real(kind=rk), allocatable, (:,:,:)
Projected one-dimensional coefficients.
First index is Legendre polynomial on the parent element, second index
is the Legendre polynomial on the child element, third index is left
or right projection.
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.