Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c3360 PetscReal *eigs, thresh, lthresh, uthresh; in PCBDDCAdaptiveSelection() local
3489 lthresh = pcbddc->adaptive_threshold[0]; in PCBDDCAdaptiveSelection()
3611 bb[1] = lthresh; in PCBDDCAdaptiveSelection()
3625 bb[1] = lthresh * lthresh; in PCBDDCAdaptiveSelection()
3635 bb[0] = PetscMax(lthresh * lthresh, uthresh); in PCBDDCAdaptiveSelection()
3662 lthresh = PetscMax(lthresh, 0.0); in PCBDDCAdaptiveSelection()
3663 if (lthresh > 0.0) { in PCBDDCAdaptiveSelection()
3665 bb[1] = lthresh * lthresh; in PCBDDCAdaptiveSelection()
3675 bb[0] = PetscMax(lthresh * lthresh, uthresh); in PCBDDCAdaptiveSelection()
3723 bb[1] = lthresh; in PCBDDCAdaptiveSelection()
[all …]