atl_init_scheme Subroutine

public subroutine atl_init_scheme(me, conf, minLevel, maxLevel)

subroutine to intialize a scheme as specified by a given lua script file.

Arguments

Type IntentOptional Attributes Name
type(atl_scheme_type), intent(out) :: me(minlevel:maxlevel)

the scheme you want to initialize.

type(flu_State), intent(in) :: conf

flu binding to lua configuration file.

integer, intent(in) :: minLevel

The global minimum level of the mesh

integer, intent(in) :: maxLevel

The global maximum level of the mesh