22 m_maxNoSurfaces = maxNoSurfaces;
30 moveElements(cellPtr);
37 unaligned_cell_wise::rowMajor2D(m_srfcs, cellPtr, m_maxNoSurfaces, 1);
38 for(
MInt i = 0; i < m_maxNoSurfaces; ++i) {
42 unaligned_cell_wise::rowMajor2D(m_srfcs[i]->m_planeCoordinates, cellPtr, nDim, nDim);
void moveElements(void *)
static void init(MInt, MInt, MInt, MInt, MInt)
void allocateElements(void *, void *, const MInt)
MInt noRansEquations(RansMethod ransMethod)
void rowMajor1D(T *&p, void *&base, const MInt Nrows)
Store 1D variables in row-majow order relative to the start of each cell's memory solver.
Helper functions useful for allocating collector memory.