ply_poly_project_n2m Interface

public interface ply_poly_project_n2m

Module Procedures

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

Convert nodal values to nDoFs modes.

Arguments

Type IntentOptional Attributes Name
type(ply_poly_project_type), intent(inout) :: me
integer, intent(in) :: dim
integer, intent(in) :: nVars
real(kind=rk), intent(inout) :: nodal_data(:,:)
real(kind=rk), intent(inout) :: modal_data(:,:)