Replies: 1 comment
|
Hi! We have now moved our discussions to Discourse. Please post your question there. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a rather basic question about how PyBAMM handles discretizations.
From what I understand the gradient of a variable
pybamm.grad(c), has shapeN-1. Now, if this gradient is to be multiplied by a function parameter such asFunctionParameter("parameter X", {"c": c}}. Then I assume that this parameter will have shapeN? Am I correct? If so, how does handle mutliplying the gradient with the function parameter?All reactions