forked from pybamm-team/PyBaMM
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix upwind/downwind finite volume operators (pybamm-team#3979)
* pybamm-team#3526 initialise branch * pybamm-team#3256 add UpwindDivergence and DownwindDivergence * work in progress for fixing upwind scheme * pybamm-team#3526 add missing argument docstring * pybamm-team#3526 fix upwind/downwind methods * style: pre-commit fixes * pybamm-team#3526 get finite volume notebook from develop * 3526 add temporary test * ruff * style: pre-commit fixes * pybamm-team#3526 remove unused variable * pybamm-team#3526 clarify wording * pybamm-team#3526 fix tests * pybamm-team#3526 add to CHANGELOG * pybamm-team#3526 update coverage * pybamm-team#3526 add integration test * style: pre-commit fixes * pybamm-team#3526 remove example for debugging * Remove print for debug Co-authored-by: Eric G. Kratz <[email protected]> * pybamm-team#3526 add second test * pybamm-team#3526 generalised example but did not add test as was hard to know what to measure * style: pre-commit fixes --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Eric G. Kratz <[email protected]> Co-authored-by: Valentin Sulzer <[email protected]>
- Loading branch information
Showing
5 changed files
with
76 additions
and
37 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