Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c1260 PetscInt *coneNew, *coneONew, *supportNew; in DMPlexConstructCohesiveCells_Internal() local
1471 …ConeSizeNew) * 3, &coneNew, PetscMax(maxConeSize, maxConeSizeNew) * 3, &coneONew, PetscMax(maxSupp… in DMPlexConstructCohesiveCells_Internal()
1493 coneONew[0] = coneONew[1] = -1000; in DMPlexConstructCohesiveCells_Internal()
1570 coneONew[0] = flip ? -(nconeO[nc] + 1) : nconeO[nc]; in DMPlexConstructCohesiveCells_Internal()
1579 …heck(coneONew[0] >= -No && coneONew[0] < No, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Invalid %s orientat… in DMPlexConstructCohesiveCells_Internal()
1581 const PetscInt *arr = DMPolytopeTypeGetArrangement(ct, coneONew[0]); in DMPlexConstructCohesiveCells_Internal()
1585 coneONew[1] = coneONew[0]; in DMPlexConstructCohesiveCells_Internal()
1599 coneONew[2 + q] = DMPolytopeTypeComposeOrientation(ft, qo, ornt[qa]); in DMPlexConstructCohesiveCells_Internal()
1602 PetscCall(DMPlexSetConeOrientation(sdm, hybcell, coneONew)); in DMPlexConstructCohesiveCells_Internal()
1924 PetscCall(PetscFree3(coneNew, coneONew, supportNew)); in DMPlexConstructCohesiveCells_Internal()