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.
Type | Intent | Optional | 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 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | degree | ||||
type(ply_modg_covolume_type), | private | :: | covolumeBaseCoeff | ||||
type(ply_modg_refine_type), | private | :: | refineBaseCoeff |