Gather the informations on a property from the bit fields of all elements
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(tem_property_type), | intent(out) | :: | Property | Property to gather |
||
| type(tem_prophead_type), | intent(in) | :: | Header | Header for this property |
||
| integer(kind=long_k), | intent(in) | :: | BitField(:) | The BitField for the properties of all local elements |
||
| integer, | intent(in) | :: | comm | Communicator to act on |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | nElems | ||||
| integer, | private | :: | iElem | ||||
| integer, | private | :: | PropElem | ||||
| integer(kind=long_k), | private | :: | myElems | ||||
| integer, | private | :: | iError |