Home
last modified time | relevance | path

Searched refs:uthresh (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
3490 uthresh = pcbddc->adaptive_threshold[1]; in PCBDDCAdaptiveSelection()
3502 lower = uthresh; in PCBDDCAdaptiveSelection()
3505 upper = uthresh; in PCBDDCAdaptiveSelection()
3509 upper = 1. / uthresh; in PCBDDCAdaptiveSelection()
3613 bb[0] = uthresh; in PCBDDCAdaptiveSelection()
3635 bb[0] = PetscMax(lthresh * lthresh, uthresh); in PCBDDCAdaptiveSelection()
3675 bb[0] = PetscMax(lthresh * lthresh, uthresh); in PCBDDCAdaptiveSelection()
3697 bb[0] = uthresh; in PCBDDCAdaptiveSelection()
3733 bb[0] = PetscMax(lthresh + PETSC_SMALL, uthresh); in PCBDDCAdaptiveSelection()
[all …]