isGroupMixed Module Function

pure module function isGroupMixed(this, groupIndex) result(mixed)

Return true if group with given index is mixed

Arguments

Type IntentOptional Attributes Name
class(Model), intent(in) :: this
integer(kind=ik), intent(in) :: groupIndex

Return Value logical