Home
last modified time | relevance | path

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

/petsc/src/vec/vec/utils/tagger/impls/
H A Dcdf.c209 PetscReal maxDiff = 0.; in VecTaggerComputeBox_CDF_SortedArray_Iterative() local
262 maxDiff = PetscMax(maxDiff, diff); in VecTaggerComputeBox_CDF_SortedArray_Iterative()
264 if (!maxDiff) PetscFunctionReturn(PETSC_SUCCESS); in VecTaggerComputeBox_CDF_SortedArray_Iterative()
265 …if ((atol || rtol) && ((!atol) || (maxDiff <= atol)) && ((!rtol) || (maxDiff <= rtol * intervalLen… in VecTaggerComputeBox_CDF_SortedArray_Iterative()
/petsc/src/dm/impls/plex/tests/
H A Dex3.c659 PetscReal maxDiff, maxDiffGlob; in TestFVGrad() local
690 maxDiff = 0.; in TestFVGrad()
705 maxDiff = PetscMax(maxDiff, FrobDiff); in TestFVGrad()
707 PetscCallMPI(MPIU_Allreduce(&maxDiff, &maxDiffGlob, 1, MPIU_REAL, MPIU_MAX, comm)); in TestFVGrad()