Home
last modified time | relevance | path

Searched refs:ctOInv (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c16 PetscInt *ctO, *ctOInv; in DMPlexCreateCellTypeOrder_Internal() local
21 PetscCall(PetscCalloc2(DM_NUM_POLYTOPES + 1, &ctO, DM_NUM_POLYTOPES + 1, &ctOInv)); in DMPlexCreateCellTypeOrder_Internal()
45 for (c = 0; c <= DM_NUM_POLYTOPES; ++c) ctOInv[ctO[c]] = c; in DMPlexCreateCellTypeOrder_Internal()
48 *ctOrderInv = ctOInv; in DMPlexCreateCellTypeOrder_Internal()