Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c2920 PetscInt selfOff, Nc, parentCell; in DMPlexComputeInjectorReferenceTree() local
2946 parentCell = p; in DMPlexComputeInjectorReferenceTree()
2951 parentCell = -1; in DMPlexComputeInjectorReferenceTree()
2957 parentCell = c; in DMPlexComputeInjectorReferenceTree()
2979 … PetscCall(DMPlexGetTransitiveClosure(refTree, parentCell, PETSC_TRUE, &numClosure, &closure)); in DMPlexComputeInjectorReferenceTree()
2991 … PetscCall(DMPlexRestoreTransitiveClosure(refTree, parentCell, PETSC_TRUE, &numClosure, &closure)); in DMPlexComputeInjectorReferenceTree()
3080 …PetscCall(DMPlexComputeCellGeometryFEM(refTree, parentCell, NULL, v0parent, Jparent, NULL, &detJpa… in DMPlexComputeInjectorReferenceTree()