Even though the index is only ever useful (and only ever reported to API consumers) for passive element indices, the index space is for all elements. To be technically correct (the best kind of correct) we should rename PassiveElemIndex into ElemIndex.
Even though the index is only ever useful (and only ever reported to API consumers) for passive element indices, the index space is for all elements. To be technically correct (the best kind of correct) we should rename
PassiveElemIndex
intoElemIndex
.Same for
PassiveDataIndex
-->DataIndex
.Helpful locations in the code base:
Definition of
PassiveElemIndex
Definition of
PassiveDataIndex