Replies: 2 comments 2 replies
-
|
Yes, use |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
@lucabeetz hi, have you solved your problem? I am also facing a question like yours, can you share your code? Thank you very very much! |
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.
-
Hey, thank you for creating and maintaining this great library.
I have a geometry with two different materials and interface conditions which I'd like to enforce at the boundaries of the two materials. I have defined the regions of the materials using geometry elements (Rectangles) and would like to use
random_boundary_pointsto sample points at the interfaces. I would like to use this specific set of points in the PDE function to calculate the interface loss and am wondering how to do this. I know that one can add training points asanchorsbut I am unsure how one could then access these in the PDE function, which only takesxandyas arguments.Please tell me if I should clarify anything and I'd greatly appreciate any suggestions on how to best do this.
Beta Was this translation helpful? Give feedback.
All reactions