Contents

group::elementMaximumInGroup

Returns the maximum number of elements that can exist in the group.

Declaration

int group::elementMaximumInGroup()

Return Value

The maximum number of elements allocated for this group

Discussion

Use this function to determine the fixed capacity of particles per group, which is useful for normalizing element indices or managing group resources.