subroutine to intialize a scheme as specified by a given lua script file.
Type | Intent | Optional | 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 |