atl_load_solver_parameters Subroutine

public subroutine atl_load_solver_parameters(me, tree)

Routine to initialize the global parameters, sets the solver module variable.

Subroutine to initialize the global parameters like simulation name, etc. as specified in the given lua configuration file. The configuration file is passed as a handle to this subroutine.

Todo

HK: this is strange, the array of conf, should probably be moved somewhere else.

Arguments

Type IntentOptional Attributes Name
type(atl_solver_param_type), intent(inout) :: me
type(treelmesh_type), intent(inout) :: tree