Replies: 1 comment
-
|
It is doable. You need to prepare the parewise point locations by translation. |
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.
-
Dear Dr. Lu and the community,
DeepXDE is magnificant and I am trying to use it to solve a 2D system invovling coupled inequality constraints besides the differential equations part:
$f_1(x-c_1,y) \geq f_2(x,y)$
$f_2(x-c_2,y) \geq f_2(x,y)$ $c_1$ and $c_2$ are two parameters, and $f_1(x,y)$ and $f_2(x,y)$ are functions to be solved.
and
where
Is it possible to translate$f_1$ and $f_2$ so that we can compare their values with the other one valued at somewhere else(i.e. x-c)? Or, is there any other way that we can "extract" values of functions at different coordinates?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions