Home
last modified time | relevance | path

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

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