ply_l2p_trafo_1D Subroutine

public subroutine ply_l2p_trafo_1D(trafo, projected, original)

Transformation between modal and nodal values in 1D 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_1d~~CallsGraph proc~ply_l2p_trafo_1d ply_l2p_trafo_1D proc~ply_l2_projection ply_l2_projection proc~ply_l2p_trafo_1d->proc~ply_l2_projection