ply_prj_init_define Subroutine

public pure subroutine ply_prj_init_define(me, header, maxPolyDegree, basisType)

Define a projection, without filling its body.

Arguments

TypeIntentOptionalAttributesName
type(ply_prj_init_type), intent(inout) :: me
type(ply_prj_header_type), intent(in) :: header
integer, intent(in) :: maxPolyDegree
integer, intent(in) :: basisType

Called by

proc~~ply_prj_init_define~~CalledByGraph proc~ply_prj_init_define ply_prj_init_define proc~ply_fill_dynprojectarray ply_fill_dynProjectArray proc~ply_fill_dynprojectarray->proc~ply_prj_init_define proc~atl_load_subprojection atl_load_subprojection proc~atl_load_subprojection->proc~ply_fill_dynprojectarray proc~atl_load_general_projection atl_load_general_projection proc~atl_load_general_projection->proc~ply_fill_dynprojectarray proc~atl_load_projection atl_load_projection proc~atl_load_projection->proc~atl_load_subprojection proc~atl_load_projection->proc~atl_load_general_projection proc~atl_initialize atl_initialize proc~atl_initialize->proc~atl_load_projection

Contents

None