Creates boundary informations for the faces.
Used for covolumes.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | minLevel | |||
integer, | intent(in) | :: | maxLevel | |||
type(tem_bc_header_type), | intent(in) | :: | bc_header |
The boundary condition header data as given in the mesh. |
||
type(tem_face_type), | intent(inout) | :: | face_list(minLevel:maxLevel) |
Description of the faces |
||
type(atl_level_boundary_type), | intent(inout) | :: | boundary_list(minLevel:maxLevel) |
The created boundary information. |
||
type(atl_scheme_type), | intent(in) | :: | scheme_list(minLevel:maxLevel) |
Scheme information |