This routine checks for the existence of symmetric boundaries and returns the boundary IDs which are defined as symmetry
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(out) | :: | symmetricBCs(nBCs) |
Symmetric boundary ids |
||
integer, | intent(out) | :: | nSymBCs |
Number of symmetric boundary conditions |
||
integer, | intent(in) | :: | nBCs |
number of boundary conditions |
||
integer, | intent(in) | :: | nFields |
number of fields |
||
type(mus_field_type), | intent(in) | :: | field(nFields) |
all fields to access their boundary definitions |