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~sdr_subresolution_load sdr_subresolution_load proc~sdr_subresolution_load->proc~ply_prj_init_define proc~ply_fill_dynprojectarray ply_fill_dynProjectArray proc~ply_fill_dynprojectarray->proc~ply_prj_init_define proc~sdr_load_config sdr_load_config proc~sdr_load_config->proc~sdr_subresolution_load program~seeder seeder program~seeder->proc~sdr_load_config

Contents

None