This type describes the general, not solver specific, header information given in the Lua configuration of the solvers.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | nBCs | ||||
character(len=LabelLen), | public, | allocatable | :: | label(:) |
Label for each boundary condition |
||
character(len=LabelLen), | public, | allocatable | :: | BC_kind(:) |
The kind of each boundary condition |
||
integer, | public, | allocatable | :: | BC_ID(:) |
ID of the boundary in the mesh property, as defined by the bc_prop If an entry is not positive, there is no corresponding boundary condition found. |