ply_poly_project_m2n_multiVar Subroutine

private subroutine ply_poly_project_m2n_multiVar(me, dim, nVars, modal_data, nodal_data)

Convert nDoF modes to nodal values.

Arguments

Type IntentOptional Attributes Name
type(ply_poly_project_type), intent(inout) :: me
integer, intent(in) :: dim
integer, intent(in) :: nVars

The number of variables to project. If a variable consists of more than one component, the number of components has to be passed. If there are more than one variable, the sum of all components has to be passed (e.g. 6 when there are two three-dimensional vectors).

real(kind=rk), intent(inout) :: modal_data(:,:)
real(kind=rk), intent(inout) :: nodal_data(:,:)