-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes for changes to
firedrake.assemble
default behaviour. (#212)
* fgmres->richardson for slice pc tests that just miss tolerance * aaoform zeros bc nodes in residual * WIP: zero bc node aaojacobian * WIP: zero bc node aaojacobian 2 * aaojacobian update for zero_bc_nodes - do the sme thing as firedrake.ImplicitMatrixContext for the bc nodes * aaosolver update for zero_bc_nodes * firedrake.assemble updates: fix cfl calculator * aaoform will enforce bcs before calculating the residual * xfail HybridisationSCPC tests so that we can get the assemble(..., zero_bc_nodes=True) fixes through * parametrize another paradiag test on complex-proxy type to test mixed implementation more thoroughly, and simplify vector implementation DirichletBCs' * error message typo * remove duplicate residual vector in aaoform * reduce CI test timeout * removing bugfix files accidentally included
- Loading branch information
1 parent
fad5ccc
commit 76cb14a
Showing
13 changed files
with
245 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.