Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexorient.c22 PetscInt *newcone, *newornt; in DMPlexOrientPoint() local
33 PetscCall(DMGetWorkArray(dm, coneSize, MPIU_INT, &newcone)); in DMPlexOrientPoint()
41 newcone[c] = cone[arr[c * 2 + 0]]; in DMPlexOrientPoint()
45 PetscCall(DMPlexSetCone(dm, p, newcone)); in DMPlexOrientPoint()
47 PetscCall(DMRestoreWorkArray(dm, coneSize, MPIU_INT, &newcone)); in DMPlexOrientPoint()
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c1499 PetscInt *newcone, *newornt; in DMPlexTransformGetCone_Internal() local
1502 PetscCall(DMGetWorkArray(dm, csizeNew, MPIU_INT, &newcone)); in DMPlexTransformGetCone_Internal()
1509 newcone[c] = coneNew[arr[c * 2 + 0]]; in DMPlexTransformGetCone_Internal()
1514 coneNew[c] = newcone[c]; in DMPlexTransformGetCone_Internal()
1517 PetscCall(DMRestoreWorkArray(dm, csizeNew, MPIU_INT, &newcone)); in DMPlexTransformGetCone_Internal()