mus_hvs_config_load Subroutine

public subroutine mus_hvs_config_load(me, scheme, solverData, geometry, params)

Read in LUA parameter file See http://www.lua.org for a reference on how to use Lua is a scripting language in itself which allows more complex parameter files including comments And load / create the mesh depending on the configuration

Arguments

Type IntentOptional Attributes Name
type(mus_hvs_config_type), intent(out) :: me

Musubi harvesting configuration to load when no tracking table is defined

type(mus_scheme_type), target :: scheme

scheme type

type(mus_varSys_solverData_type), target :: solverData

contains pointer to scheme, physics types

type(mus_geom_type), intent(inout), target :: geometry

Treelmesh data

type(mus_param_type), intent(inout), target :: params

Global parameters