Subroutine to (re-)count the global number of elements the property.
All elements with the given property are counted across all elements and the nElems setting is updated accordingly.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_prophead_type), | intent(inout) | :: | me | Property to count and set the number of elements for. |
||
integer(kind=long_k), | intent(in) | :: | elempropertybits(:) | Propertybits of all elements. |
||
integer, | intent(in) | :: | comm | MPI communicator within which the mesh is distributed. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer(kind=long_k), | private | :: | localElems | ||||
integer, | private | :: | iError |