Implement Boundary Conditions on the generated Random field #326
Unanswered
shivamchb42
asked this question in
Q&A
Replies: 1 comment
-
Hi, you could try to use conditioned spatial random fields with the conditioning point being the boundary values. Further away from the boundary, the resulting field would still be a truly random field. Cheers, |
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.
-
I want to generate a 2D random field and implement boundary conditions at the boundary of the domain. Is there a way included in the library to implement the same? I don't want to just define value at boundaries and generate the field at interior points.
Beta Was this translation helpful? Give feedback.
All reactions