Module provides routines to set boundary values for the co-volume stabilization.
Lift face data to volume data.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | faceState(:,:) | |||
integer, | intent(in) | :: | iDir |
The spatial direction: 1 -> x direction. 2 -> y direction. 3 -> z direction. |
||
integer, | intent(in) | :: | maxPolyDeg | |||
integer, | intent(in) | :: | nScalars |
Lift face data to volume data.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | faceState(:,:) | |||
integer, | intent(in) | :: | iDir |
The spatial direction: 1 -> x direction. 2 -> y direction. 3 -> z direction. |
||
integer, | intent(in) | :: | maxPolyDeg | |||
integer, | intent(in) | :: | nScalars |
Lift face data to volume data.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | faceState(:,:) | |||
integer, | intent(in) | :: | maxPolyDeg | |||
integer, | intent(in) | :: | nScalars |
Project elemental state to a particular face.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | state(:,:) | |||
integer, | intent(in) | :: | iDir | |||
integer, | intent(in) | :: | iAlign | |||
integer, | intent(in) | :: | maxPolyDeg | |||
integer, | intent(in) | :: | nDofsFace | |||
integer, | intent(in) | :: | nScalars |
Project elemental state to a particular face.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | state(:,:) | |||
integer, | intent(in) | :: | iDir | |||
integer, | intent(in) | :: | iAlign | |||
integer, | intent(in) | :: | maxPolyDeg | |||
integer, | intent(in) | :: | nDofsFace | |||
integer, | intent(in) | :: | nScalars |
Project elemental state to a particular face.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | state(:,:) | |||
integer, | intent(in) | :: | iAlign |
The face alignment. 1 -> left face (ref. element at -1) 2 -> right face (ref. element at +1) |
||
integer, | intent(in) | :: | maxPolyDeg | |||
integer, | intent(in) | :: | nDofsFace | |||
integer, | intent(in) | :: | nScalars |
Routine to set boundary values for the covolume filter.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(atl_boundary_type), | intent(in) | :: | bc(:) |
The global description of the boundaries. |
||
type(atl_level_boundary_type), | intent(in) | :: | boundary |
The levelwise collection of boundary elements and boundary faces. |
||
type(atl_statedata_type), | intent(inout) | :: | state |
The face data on the current level |
||
type(atl_scheme_type), | intent(inout) | :: | scheme |
The parameters of th the modg scheme. |
||
type(atl_Equations_type), | intent(in) | :: | equation |
The underlying equation system |
||
type(treelmesh_type), | intent(in) | :: | tree |
treelm mesh |
||
type(tem_time_type), | intent(in) | :: | time |
The absolute time point. |
||
type(atl_cube_elem_type), | intent(in) | :: | mesh |
The description of the mesh on the current level. |
||
type(ply_poly_project_type), | intent(inout) | :: | poly_proj |
Data for the projection methods |
||
logical, | intent(in) | :: | nodalBnd |
Set boundaries in nodal fashion by default? If set to false, the boundaries may still be set in nodal way whenever necessary (e.g. boundaries which have space-time dependence, etc.) |
||
integer, | intent(in) | :: | iDir |
The spatial direction to set |
||
integer, | intent(in) | :: | iLevel |
current Level working on |