-
I am having trouble understanding how to implement a non-zero Neumann boundary condition. For both Laplace's equation and the heat equation. The examples seem to not quite be simple enough for me to understand. #Starting with this: (for Laplace's equation)
Thanks for any insight, suggestions or pointing me to more examples to study. I know how to write the boundary term in the weak form of the PDE, but I am not sure how to evaluate the boundary term in such a way to include it in a solve. For the heat equation with similar boundaries:
it's this last evolve step that I think can't be right. Any suggestions on how to do this would be appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I'm not exactly sure what you are looking for, but I will give you a simple example. I will solve |
Beta Was this translation helpful? Give feedback.
-
Thank you! Happily I seem to have been pretty close! |
Beta Was this translation helpful? Give feedback.
Here is the code (
scikit-fem==10.0.1
):