ply_prj_init_define Subroutine

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

Define a projection, without filling its body.

Arguments

Type IntentOptional Attributes Name
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~check_fpt_2d~2 check_fpt_2d proc~check_fpt_2d~2->proc~ply_prj_init_define proc~check_fpt~2 check_fpt proc~check_fpt~2->proc~ply_prj_init_define proc~check_fxt_3d check_fxt_3D proc~check_fxt_3d->proc~ply_prj_init_define proc~ply_fill_dynprojectarray ply_fill_dynProjectArray proc~ply_fill_dynprojectarray->proc~ply_prj_init_define proc~check_fxt_2d check_fxt_2d proc~check_fxt_2d->proc~ply_prj_init_define proc~check_fpt_2d check_fpt_2d proc~check_fpt_2d->proc~ply_prj_init_define proc~check_fpt check_fpt proc~check_fpt->proc~ply_prj_init_define program~ply_project_2d_fpt_test ply_project_2d_fpt_test program~ply_project_2d_fpt_test->proc~check_fpt_2d~2 program~test_fxtd_n2m2n test_fxtd_n2m2n program~test_fxtd_n2m2n->proc~check_fxt_3d program~test_fxtd_n2m2n->proc~check_fxt_2d program~ply_project_fpt_test ply_project_fpt_test program~ply_project_fpt_test->proc~check_fpt~2 proc~atl_load_general_projection atl_load_general_projection proc~atl_load_general_projection->proc~ply_fill_dynprojectarray proc~atl_load_subprojection atl_load_subprojection proc~atl_load_subprojection->proc~ply_fill_dynprojectarray program~ply_project_2d_fpt_lobattopoints_test ply_project_2d_fpt_lobattoPoints_test program~ply_project_2d_fpt_lobattopoints_test->proc~check_fpt_2d program~ply_project_fpt_lobattopoints_test ply_project_fpt_lobattoPoints_test program~ply_project_fpt_lobattopoints_test->proc~check_fpt proc~atl_load_projection atl_load_projection proc~atl_load_projection->proc~atl_load_general_projection proc~atl_load_projection->proc~atl_load_subprojection proc~atl_initialize atl_initialize proc~atl_initialize->proc~atl_load_projection

Contents