Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c568 DMPolytopeType ctCell; in DMPlexTransformSetUp() local
585 ctCell = DM_POLYTOPE_FV_GHOST; in DMPlexTransformSetUp()
586 while (DMPolytopeTypeGetDim(ctCell) < 0) PetscCall(DMPlexGetCellType(dm, c++, &ctCell)); in DMPlexTransformSetUp()
593 ctCell = DM_POLYTOPE_POINT; in DMPlexTransformSetUp()
596 ctCell = DM_POLYTOPE_SEGMENT; in DMPlexTransformSetUp()
599 ctCell = DM_POLYTOPE_TRIANGLE; in DMPlexTransformSetUp()
602 ctCell = DM_POLYTOPE_TETRAHEDRON; in DMPlexTransformSetUp()
605 ctCell = DM_POLYTOPE_UNKNOWN; in DMPlexTransformSetUp()
608 …PetscCall(DMPlexCreateCellTypeOrder_Internal(dm, DMPolytopeTypeGetDim(ctCell), &tr->ctOrderOld, &t… in DMPlexTransformSetUp()