type to represent the different boundary conditions on the same refinement level
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | nBCs | The number of boundary conditions in this description. |
|||
| type(atl_bndDesc_type), | private, | allocatable | :: | bnd(:) | The boundary description. One for each different kind of boundary. To access this array, use the boundary id as index. |
||
| integer, | private | :: | poly_proj_pos | Postition of individual projection method in the projection list |