Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c1634 DMPolytopeType ct0 = DM_POLYTOPE_UNKNOWN; in DMPlexView_Ascii() local
1657 if (pStart < pEnd) PetscCall(DMPlexGetCellType(dm, pStart, &ct0)); in DMPlexView_Ascii()
1658 ict = ct0; in DMPlexView_Ascii()
1660 ct0 = (DMPolytopeType)ict; in DMPlexView_Ascii()
1665 if (ct == ct0) ++Nc[0]; in DMPlexView_Ascii()