Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/generators/triangle/
H A Dtrigenerate.c239 PetscInt vStart, vEnd, v, gcStart, cStart, cEnd, c, depth, depthGlobal; in DMPlexRefine_Triangle() local
278 PetscCall(DMPlexGetCellTypeStratum(dm, DM_POLYTOPE_FV_GHOST, &gcStart, NULL)); in DMPlexRefine_Triangle()
279 if (gcStart >= 0) cEnd = gcStart; in DMPlexRefine_Triangle()
/petsc/src/dm/impls/plex/
H A Dplex.c1632 PetscInt pStart, pEnd, p, gcStart, gcEnd, gcNum; in DMPlexView_Ascii() local
1649 PetscCall(DMPlexGetCellTypeStratum(dm, DM_POLYTOPE_FV_GHOST, &gcStart, &gcEnd)); in DMPlexView_Ascii()
1650 gcNum = gcEnd - gcStart; in DMPlexView_Ascii()