Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c1509 const PetscInt *econe; in DMPlexConstructCohesiveCells_Internal() local
1513 PetscCall(DMPlexGetCone(dm, cone[q], &econe)); in DMPlexConstructCohesiveCells_Internal()
1515 … PetscCall(PetscFindInt(econe[r], numSplitPoints[dep - 2], splitPoints[dep - 2], &vs)); in DMPlexConstructCohesiveCells_Internal()
1516 … PetscCall(PetscFindInt(econe[r], numUnsplitPoints[dep - 2], unsplitPoints[dep - 2], &vu)); in DMPlexConstructCohesiveCells_Internal()
1518 …te point %" PetscInt_FMT " in split or unsplit points of depth %" PetscInt_FMT, econe[r], dep - 2); in DMPlexConstructCohesiveCells_Internal()
H A Dplex.c1388 const PetscInt *econe; in DMPlexView_Ascii() local
1390 PetscCall(DMPlexGetCone(dm, cone[e], &econe)); in DMPlexView_Ascii()
1391 … -- (%" PetscInt_FMT "_%d);\n", colors[rank % numColors], econe[0], rank, cone[e], rank, econe[1],… in DMPlexView_Ascii()