mus_check_allWall Function

public pure function mus_check_allWall(nFields, fields, iBC) result(allWall)

Check if a BC is wall or symmetry for all fields

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nFields
type(mus_field_type), intent(in) :: fields(nFields)
integer, intent(in) :: iBC

Return Value logical


Contents