Home
last modified time | relevance | path

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

/petsc/src/dm/dt/tests/
H A Dex14.c13 PetscReal integral, integral2; in VerifyDistribution() local
23 PetscCall(cdf(&x, NULL, &integral2)); in VerifyDistribution()
24integral2) < PETSC_SQRT_MACHINE_EPSILON, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Integral of PDF %s… in VerifyDistribution()