Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c8162 PetscInt *pointsC = NULL; in DMPlexGetClosureIndices_Internal() local
8253 … Ni, points, perms, nRows, nCols, values ? *values : NULL, &NclC, &NiC, &pointsC, values ? &values… in DMPlexGetClosureIndices_Internal()
8263 … if (Nf) PetscCall(PetscSectionGetFieldPointSyms(section, f, NclC, pointsC, &perms[f], &flips[f])); in DMPlexGetClosureIndices_Internal()
8264 else PetscCall(PetscSectionGetPointSyms(section, NclC, pointsC, &perms[f], &flips[f])); in DMPlexGetClosureIndices_Internal()
8269 points = pointsC; in DMPlexGetClosureIndices_Internal()
8321 PetscCall(DMRestoreWorkArray(dm, NclC * 2, MPIU_INT, &pointsC)); in DMPlexGetClosureIndices_Internal()