ply_fxt_header_load Subroutine

public subroutine ply_fxt_header_load(me, conf, thandle)

Load settings to describe a projection method from a Lua table.

\todo Check, wether Lobatto Points could be used with FXTPACK. call aot_get_val(L = conf, & & thandle = thandle, & & key = 'lobattoPoints', & & val = me%nodes_header%lobattoPoints, & & ErrCode = iError, & & default = .false. )

Arguments

TypeIntentOptionalAttributesName
type(ply_fxt_header_type), intent(out) :: me
type(flu_State) :: conf
integer, intent(in) :: thandle

Calls

proc~~ply_fxt_header_load~~CallsGraph proc~ply_fxt_header_load ply_fxt_header_load interface~aot_get_val aot_get_val proc~ply_fxt_header_load->interface~aot_get_val proc~tem_abort tem_abort proc~ply_fxt_header_load->proc~tem_abort

Called by

proc~~ply_fxt_header_load~~CalledByGraph proc~ply_fxt_header_load ply_fxt_header_load proc~ply_prj_header_load ply_prj_header_load proc~ply_prj_header_load->proc~ply_fxt_header_load proc~sdr_subresolution_load sdr_subresolution_load proc~sdr_subresolution_load->proc~ply_prj_header_load proc~ply_fill_dynprojectarray ply_fill_dynProjectArray proc~ply_fill_dynprojectarray->proc~ply_prj_header_load 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


Variables

TypeVisibilityAttributesNameInitial
integer, private :: iError