Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexadapt.c142 PetscReal vol, totVol = 0.0; in DMPlexLabelToMetricConstraint() local
148 totVol += vol; in DMPlexLabelToMetricConstraint()
150 for (s = 0; s < PetscSqr(dim); ++s) metric[v * PetscSqr(dim) + s] /= totVol; in DMPlexLabelToMetricConstraint()