Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c3129 PetscReal parentVol; in DMPlexComputeInjectorReferenceTree() local
3132 PetscCall(DMPlexComputeCellGeometryFVM(refTree, p, &parentVol, NULL, NULL)); in DMPlexComputeInjectorReferenceTree()
3139 … for (j = 0; j < Nc; j++) pointMat[j * numChildDof + Nc * childCell + j] = childVol / parentVol; in DMPlexComputeInjectorReferenceTree()