atl_init_spacebasis Subroutine

public subroutine atl_init_spacebasis(scheme_list, minlevel, maxlevel)

Initialize the space basis, this subroutine has to be called before using the module variable space_basis#basis.

It reads the spatial part of the scheme table in the configuration script and fills the basis accordingly.

Arguments

Type IntentOptional Attributes Name
type(atl_scheme_type), intent(inout) :: scheme_list(minlevel:maxlevel)

The list of schemes on the different level

integer, intent(in) :: minlevel

The minumum refinement level of the mesh

integer, intent(in) :: maxlevel

The maximum refinement level of the mesh