ply_l2p_trafo_3D Subroutine

public subroutine ply_l2p_trafo_3D(trafo, projected, original)

Transformation between modal and nodal values in 3D via L2 projection.

Arguments

Type IntentOptional 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.


Calls

proc~~ply_l2p_trafo_3d~~CallsGraph proc~ply_l2p_trafo_3d ply_l2p_trafo_3D proc~ply_l2_projection ply_l2_projection proc~ply_l2p_trafo_3d->proc~ply_l2_projection