Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c3050 PetscInt childCellShapeOff, pointMatOff; in DMPlexComputeInjectorReferenceTree() local
3086 …for (k = 0, pointMatOff = 0; k < numChildren; k++) { /* point is located in cell => child dofs sup… in DMPlexComputeInjectorReferenceTree()
3106 pointMatOff += childDof; in DMPlexComputeInjectorReferenceTree()
3119 pointMat[i * numChildDof + pointMatOff + l] += val; in DMPlexComputeInjectorReferenceTree()
3121 pointMatOff += childDof; in DMPlexComputeInjectorReferenceTree()