Implementing Neumann BC but on a function of u(x,y) #1919
Unanswered
SebastianFerra
asked this question in
Q&A
Replies: 1 comment
-
This is not classical BC. You need to implement it yourself. You can check the code of NeumannBC on how to compute n. |
Beta Was this translation helpful? Give feedback.
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.
-
Hi! I'm trying to implement a boundary conditions that looks like P\cdot n = 0, where P is a function of u which is the function we are solving for, I've tried with NeumannBC and OperatorBC but it isn't all that clear how to implement it, i would appreciate your help!
Beta Was this translation helpful? Give feedback.
All reactions