This routine match the labels in me(tem_bc_header_type) against the labels in the bcProp(tem_BC_prop_type). If a bc label can not be matched, the code will STOP!
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_bc_header_type) | :: | me | The boundary header to fill |
|||
type(tem_BC_prop_type), | intent(in) | :: | BC_prop | The boundary properties of the treelmesh, to connect the header to |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iBC | ||||
integer, | private | :: | iBCtype | ||||
character(len=LabelLen), | private | :: | proplabel | ||||
logical, | private | :: | MatchedBC |