Searched refs:cdfBox (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/vec/utils/tagger/impls/ |
| H A D | cdf.c | 153 …statReduce, const PetscReal *cArray, PetscInt m, const VecTaggerBoxReal *cdfBox, VecTaggerBoxReal … in VecTaggerComputeBox_CDF_SortedArray_Iterative() argument 160 PetscReal intervalLen = cdfBox->max - cdfBox->min; in VecTaggerComputeBox_CDF_SortedArray_Iterative() 176 …PetscCall(VecTaggerComputeBox_CDF_SortedArray(cArray, m, cdfBox, absBox)); /* compute a local esti… in VecTaggerComputeBox_CDF_SortedArray_Iterative() 205 …for (i = 0; i < 2; i++) PetscCall(CDFUtilInverseEstimate(&stats[i], i ? cdfBox->max : cdfBox->min,… in VecTaggerComputeBox_CDF_SortedArray_Iterative() 248 if (cdfOfAbs == (i ? cdfBox->max : cdfBox->min)) { in VecTaggerComputeBox_CDF_SortedArray_Iterative() 253 …if (cdfOfAbs > (i ? cdfBox->max : cdfBox->min)) { /* the correct absolute value lies in the lower … in VecTaggerComputeBox_CDF_SortedArray_Iterative() 260 …PetscCall(CDFUtilInverseEstimate(&stats[i][section], ((i ? cdfBox->max : cdfBox->min) - ((PetscRea… in VecTaggerComputeBox_CDF_SortedArray_Iterative() 261 diff = PetscAbs(cdfOfAbs - (i ? cdfBox->max : cdfBox->min)); in VecTaggerComputeBox_CDF_SortedArray_Iterative()
|