This routine build minBcID for boundary elements, it is required if a element has more than one boundary in its directions. if a element has more than one boundary then use minBcID which depends on boundary order in seeder configuration
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(out), | allocatable | :: | minBcID(:) | ||
type(tem_BC_prop_type), | intent(in) | :: | bc_prop | boundary information from mesh |
||
integer, | intent(in) | :: | posInBndID(:) | tree element position in boundaryID |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iElem | ||||
integer(kind=long_k), | private | :: | bcIDs(bc_prop%nSides) |