Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c1556 PetscInt nconeSize, nc, ocell; in DMPlexConstructCohesiveCells_Internal() local
1560 ocell = vals[0] < 0 ? support[1] : support[0]; in DMPlexConstructCohesiveCells_Internal()
1562 ocell = support[0]; in DMPlexConstructCohesiveCells_Internal()
1565 PetscCall(DMPlexGetConeSize(dm, ocell, &nconeSize)); in DMPlexConstructCohesiveCells_Internal()
1566 PetscCall(DMPlexGetCone(dm, ocell, &ncone)); in DMPlexConstructCohesiveCells_Internal()
1567 PetscCall(DMPlexGetConeOrientation(dm, ocell, &nconeO)); in DMPlexConstructCohesiveCells_Internal()
1574 …_WRONG, "Could not locate face %" PetscInt_FMT " in neighboring cell %" PetscInt_FMT, oldp, ocell); in DMPlexConstructCohesiveCells_Internal()