PointSetBC() doubt #1432
Unanswered
guimilhoratti
asked this question in
Q&A
Replies: 2 comments 8 replies
-
|
Hi, A snippet of code from the example: observe_x is an array of input points for which you have observed values observe_y (you can input just the boundary points if you strictly want to use it for BC). |
Beta Was this translation helpful? Give feedback.
6 replies
-
|
Hi, What about you? |
Beta Was this translation helpful? Give feedback.
2 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 all,
I am using boundary_conditions.PointSetBC() in my code, however, I am unsure if I understand how it works.
It seems that it generates Dirichlet boundary conditions from the exact solution.
1-Does it use border data from the solution?
2-Does it calculate boundary loss using each point and its respective solution result?
3-How can I learn more about it?
Best Regards,
Beta Was this translation helpful? Give feedback.
All reactions