Home
last modified time | relevance | path

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

/petsc/src/vec/vec/utils/tagger/impls/
H A Dcdf.c142 static PetscErrorCode CDFUtilInverseEstimate(const CDFStats *stats, PetscReal cdfTarget, PetscReal … in CDFUtilInverseEstimate() function
205 …for (i = 0; i < 2; i++) PetscCall(CDFUtilInverseEstimate(&stats[i], i ? cdfBox->max : cdfBox->min,… in VecTaggerComputeBox_CDF_SortedArray_Iterative()
260 …PetscCall(CDFUtilInverseEstimate(&stats[i][section], ((i ? cdfBox->max : cdfBox->min) - ((PetscRea… in VecTaggerComputeBox_CDF_SortedArray_Iterative()