Routines and datatypes realted to specification and definition of the MODG scheme. Facial Chebyshev nodes (reference element) for all three spatial direction and left and right face. These points are necessary to transfer boundary conditions given in physical space to modal space by means of an FPT. type(atl_faceChebNodes_type), allocatable :: chebNodesFace(:,:)
Datatype for the modg scheme
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | maxPolyDegree |
The maximal polynomial degree per spatial direction. |
|||
integer, | public | :: | basisType |
Polynomial basis type. |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(atl_modg_scheme_type), | intent(out) | :: | me | |||
integer, | intent(out) | :: | nDofs | |||
integer, | intent(out) | :: | nFaceDofs | |||
type(flu_State) | :: | conf | ||||
integer, | intent(in) | :: | thandle | |||
integer, | intent(in) | :: | currentLevel |
The current level of the mesh |
||
integer, | intent(in) | :: | maxLevel |
The maximal level of the mesh |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(out) | :: | degree | |||
type(flu_State) | :: | conf | ||||
integer, | intent(in) | :: | thandle | |||
integer, | intent(in) | :: | currentLevel | |||
integer, | intent(in) | :: | maxLevel |