Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexpreallocate.c85 PetscInt iNew = 0, qAdj, qAdjDof, qAdjCDof, numAdjQ = PETSC_DETERMINE; in DMPlexComputeAnchorAdjacencies() local
98 iNew += qAdjDof - qAdjCDof; in DMPlexComputeAnchorAdjacencies()
100 PetscCall(PetscSectionAddDof(adjSec, p, iNew)); in DMPlexComputeAnchorAdjacencies()