| 116bdff6 | 25-Oct-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'pr1197/lm/fix-pcpatch-options/master' [PR #1197]
* pr1197/lm/fix-pcpatch-options/master: PCPatch: fix setFromOptions for !save_operators If we do not save the patch operators, their cr
Merge branch 'pr1197/lm/fix-pcpatch-options/master' [PR #1197]
* pr1197/lm/fix-pcpatch-options/master: PCPatch: fix setFromOptions for !save_operators If we do not save the patch operators, their creation is deferred until PCPatch_Apply (rather than PCPath_Setup). As a result, we must also defer KSPSetFromOptions on each patch KSP until the operator has been attached.
I think this won’t result in KSPSetFromOptions being called all the time, but we need to delay this call until the KSP has an operator, otherwise the defaults system produces nonsense.
show more ...
|
| 08af2428 | 07-Oct-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: remove CG requirement for the application of the benign trick on the right-hand side
benign rhs computation improves the quality of the solver when used with KSPPREONLY We can always use the
PCBDDC: remove CG requirement for the application of the benign trick on the right-hand side
benign rhs computation improves the quality of the solver when used with KSPPREONLY We can always use the command line option -pc_bddc_benign_compute_correction 0 to skip this part
show more ...
|