25 m_rfnDistance_ = std::numeric_limits<MInt>::max();
26 b_properties_.fill(0);
27 b_solverAffiliation_.fill(0);
28 b_solverBoundary_.fill(0);
29 b_solverToRefine_.fill(0);
32 moveElements(
nullptr, basePtr,
cellId);
void moveElements(void *, void *basePtr, const MInt cellId)
void memCopyElements(void *basePtr, void *, void *, MLong)
void allocateElements(void *, void *basePtr, const MInt cellId)
Helper functions useful for allocating collector memory.
void copyElements1D(T *to, T *from, const MInt Nrows)
Copies 1D cell elements.
void rowMajor1D(T *&p, void *&base, const MInt cellId, const MInt Nrows, const MInt maxNoCells)
Stores 1D variables in row-major order.