Searched refs:parentVol (Results 1 – 1 of 1) sorted by relevance
3129 PetscReal parentVol; in DMPlexComputeInjectorReferenceTree() local3132 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()