Searched refs:realIntegral (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexmetric.c | 1268 …etscReal p, h_min = 1.0e-30, h_max = 1.0e+30, a_max = 0.0, factGlob, fact, target, realIntegral; in DMPlexMetricNormalize() local 1312 realIntegral = PetscRealPart(integral); in DMPlexMetricNormalize() 1313 …PetscCheck(realIntegral > 1.0e-30, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Global metric norma… in DMPlexMetricNormalize() 1314 factGlob = PetscPowReal(target / realIntegral, 2.0 / dim); in DMPlexMetricNormalize()
|