Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c8164 PetscInt NclC, NiC; in DMPlexGetClosureIndices_Internal() local
8253 … section, Ncl, Ni, points, perms, nRows, nCols, values ? *values : NULL, &NclC, &NiC, &pointsC, va… in DMPlexGetClosureIndices_Internal()
8254 if (NclC) { 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()
8267 Ncl = NclC; in DMPlexGetClosureIndices_Internal()
8320 if (NclC) { in DMPlexGetClosureIndices_Internal()
8321 PetscCall(DMRestoreWorkArray(dm, NclC * 2, MPIU_INT, &pointsC)); in DMPlexGetClosureIndices_Internal()