Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c3050 PetscInt childCellShapeOff, pointMatOff; in DMPlexComputeInjectorReferenceTree() local
3093 for (l = 0, cI = -1, childCellShapeOff = 0; l < numClosure; l++) { in DMPlexComputeInjectorReferenceTree()
3103 childCellShapeOff += depthNumDof[pointDepth]; in DMPlexComputeInjectorReferenceTree()
3112 PetscInt childCellDof = childCellShapeOff + lCell; in DMPlexComputeInjectorReferenceTree()