Home
last modified time | relevance | path

Searched hist:bc5573aa2ffe131588983ad2131990eef5037732 (Results 1 – 1 of 1) sorted by relevance

/honee/src/
H A Dsetupts.cbc5573aa2ffe131588983ad2131990eef5037732 Sat Dec 07 18:34:14 UTC 2024 James Wright <james@jameswright.xyz> TEMP fix: Manually use KSP_PCApply in RHSFunction

Run PCApply manually if using ksp_type preonly -pc_type jacobi

This is to avoid an AllReduce call in KSPSolve_Preonly, which causes
significant slowdowns for lumped mass matrix solves.
See https://gitlab.com/petsc/petsc/-/merge_requests/8048 for more details
and a possible fix. This commit should be reverted once that MR moves
through