Home
last modified time | relevance | path

Searched refs:NiC (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 …on, Ncl, Ni, points, perms, nRows, nCols, values ? *values : NULL, &NclC, &NiC, &pointsC, values ?… in DMPlexGetClosureIndices_Internal()
8255 if (multiplyRight) *numCols = NiC; in DMPlexGetClosureIndices_Internal()
8256 if (multiplyLeft) *numRows = NiC; in DMPlexGetClosureIndices_Internal()
8268 Ni = NiC; in DMPlexGetClosureIndices_Internal()