Explanation of pybamm.source(left, right, boundary=False) #2554
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It's required for wrapping source terms when using the Finite Element Method. Currently, we only use FEM in 2D current collectors problems; everything else uses finite volumes. See this issue for a bit of a discussion. Ideally we'd automate this so the user doesn't need to worry about explicitly using So, in summary:
|
Beta Was this translation helpful? Give feedback.
It's required for wrapping source terms when using the Finite Element Method. Currently, we only use FEM in 2D current collectors problems; everything else uses finite volumes. See this issue for a bit of a discussion. Ideally we'd automate this so the user doesn't need to worry about explicitly using
source
.So, in summary: