Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c1555 const PetscInt *ncone, *nconeO; in DMPlexConstructCohesiveCells_Internal() local
1567 PetscCall(DMPlexGetConeOrientation(dm, ocell, &nconeO)); in DMPlexConstructCohesiveCells_Internal()
1570 coneONew[0] = flip ? -(nconeO[nc] + 1) : nconeO[nc]; in DMPlexConstructCohesiveCells_Internal()