sdr_load_config Subroutine

public subroutine sdr_load_config(me, geometry)

Load the configuration from the Lua script provided on the command line or from seeder.lua by default, if no file name is given as program argument.

The configuration needs to describe some general properties, like the directory where the resulting mesh is to be stored and the geometries, that are to be used to define the mesh.

Arguments

Type IntentOptional Attributes Name
type(sdr_confHead_type), intent(inout) :: me

contains basic information from config file

type(sdr_geometry_type), intent(out) :: geometry

contains all geometry object defined in the config file


Calls

proc~~sdr_load_config~~CallsGraph proc~sdr_load_config sdr_load_config aot_get_val aot_get_val proc~sdr_load_config->aot_get_val close_config close_config proc~sdr_load_config->close_config open_config_file open_config_file proc~sdr_load_config->open_config_file proc~sdr_load_geometry sdr_load_geometry proc~sdr_load_config->proc~sdr_load_geometry proc~sdr_load_inverted sdr_load_inverted proc~sdr_load_config->proc~sdr_load_inverted proc~sdr_subresolution_encolor sdr_subresolution_encolor proc~sdr_load_config->proc~sdr_subresolution_encolor proc~sdr_subresolution_load sdr_subresolution_load proc~sdr_load_config->proc~sdr_subresolution_load tem_abort tem_abort proc~sdr_load_config->tem_abort tem_debug_load_main tem_debug_load_main proc~sdr_load_config->tem_debug_load_main tem_load_general tem_load_general proc~sdr_load_config->tem_load_general tem_logging_load_primary tem_logging_load_primary proc~sdr_load_config->tem_logging_load_primary tem_startTimer tem_startTimer proc~sdr_load_config->tem_startTimer tem_stopTimer tem_stopTimer proc~sdr_load_config->tem_stopTimer uni_name uni_name proc~sdr_load_config->uni_name

Called by

proc~~sdr_load_config~~CalledByGraph proc~sdr_load_config sdr_load_config program~seeder seeder program~seeder->proc~sdr_load_config