mus_field_getSymmetricBCs Subroutine

public subroutine mus_field_getSymmetricBCs(symmetricBCs, nSymBCs, nBCs, nFields, field)

This routine checks for the existence of symmetric boundaries and returns the boundary IDs which are defined as symmetry

Arguments

Type IntentOptional 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