| ab76df0c | 18-May-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
Refactor PCSetPreSolve as PCSetPostSetUp
PCSetPreSolve is clunky and confusing since it mixes with the unrelated ->ops->presolve functionality. So instead introduce PCSetPostSetUp() that gets called
Refactor PCSetPreSolve as PCSetPostSetUp
PCSetPreSolve is clunky and confusing since it mixes with the unrelated ->ops->presolve functionality. So instead introduce PCSetPostSetUp() that gets called at the end of PCSetUp() and can be used with TAOPDIPM
show more ...
|