Searched refs:dimOrder (Results 1 – 1 of 1) sorted by relevance
18 PetscInt dimOrder[5] = {3, 2, 1, 0, -1}; in DMPlexCreateCellTypeOrder_Internal() local25 PetscCall(PetscSortIntWithArray(dim + 1, hStart, &dimOrder[3 - dim])); in DMPlexCreateCellTypeOrder_Internal()28 dimOrder[off++] = 0; in DMPlexCreateCellTypeOrder_Internal()29 for (d = dim - 1; d > 0; --d) dimOrder[off++] = d; in DMPlexCreateCellTypeOrder_Internal()36 if (DMPolytopeTypeGetDim((DMPolytopeType)c) == dimOrder[d]) ctO[off++] = c; in DMPlexCreateCellTypeOrder_Internal()