Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c2981 PetscInt point = closure[2 * i], pointDepth; in DMPlexComputeInjectorReferenceTree() local
2988 PetscCall(DMLabelGetValue(depth, point, &pointDepth)); in DMPlexComputeInjectorReferenceTree()
2989 cellShapeOff += depthNumDof[pointDepth]; in DMPlexComputeInjectorReferenceTree()
3095 PetscInt pointDepth; in DMPlexComputeInjectorReferenceTree() local
3102 PetscCall(DMLabelGetValue(depth, point, &pointDepth)); in DMPlexComputeInjectorReferenceTree()
3103 childCellShapeOff += depthNumDof[pointDepth]; in DMPlexComputeInjectorReferenceTree()