This type describes the general, not solver specific, header information given in the Lua configuration of the solvers.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | nBCs | ||||
character(len=LabelLen), | private, | allocatable | :: | label(:) | Label for each boundary condition |
||
character(len=LabelLen), | private, | allocatable | :: | BC_kind(:) | The kind of each boundary condition |
||
integer, | private, | 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. |