Searched refs:nconeO (Results 1 – 1 of 1) sorted by relevance
1555 const PetscInt *ncone, *nconeO; in DMPlexConstructCohesiveCells_Internal() local1567 PetscCall(DMPlexGetConeOrientation(dm, ocell, &nconeO)); in DMPlexConstructCohesiveCells_Internal()1570 coneONew[0] = flip ? -(nconeO[nc] + 1) : nconeO[nc]; in DMPlexConstructCohesiveCells_Internal()