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