Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexmetric.c1268 …PetscReal p, h_min = 1.0e-30, h_max = 1.0e+30, a_max = 0.0, factGlob, fact, target, realIntegra… in DMPlexMetricNormalize() local
1314 factGlob = PetscPowReal(target / realIntegral, 2.0 / dim); in DMPlexMetricNormalize()
1332 met[0] *= factGlob * PetscPowReal(PetscAbsScalar(det[0]), -1.0 / (2 * p + dim)); in DMPlexMetricNormalize()
1347 fact = factGlob * PetscPowReal(PetscAbsScalar(detM[0]), -1.0 / (2 * p + dim)); in DMPlexMetricNormalize()