Returns if any bc attribute has the subresolution option set.
The subresolution option only plays a role for boundary objects and only for those with a specific color (not none). This routine iterates over all boundary definitions and checks the subresolution flag. If any flag is true, the result of the function will be true. Only colors, which do have a corresponding seed are considered here. Note, that the subresolution flag will only be set for specific colors, thus, we do not need to check for 'none' colors here separately.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(sdr_attrList_type), | intent(in) | :: | attribute | The attribute list to check th boundaries in. |
Returned value, true if any boundary object has the subresolution flag set.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | nBCs | ||||
integer, | private | :: | iBC | ||||
integer, | private | :: | iAttr |