Transformation between modal and nodal values in 3D via L2 projection.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=rk), | intent(in) | :: | trafo(:,:) | L2 Projection matrix, this determines the direction of the trafo at hand l2p%leg2node = modal to nodal l2p%node2leg = nodal to modal |
||
| real(kind=rk), | intent(inout) | :: | projected(:) | Projected coefficients. |
||
| real(kind=rk), | intent(inout) | :: | original(:) | Original coefficients to project. |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | nDofs | ||||
| integer, | private | :: | nDofs_square |