Adding a lower and upper bound to PDE values #1988
Answered
by
LordPontiag
LordPontiag
asked this question in
Q&A
Replies: 1 comment
-
I found the answer of this question. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LordPontiag
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 professor @lululxvi
I want to add lower and upper bounds to the PDEs I'm solving. For example I have a set of Naiver-Stokes Equations as below:
Then, I want to set a limit range like (0, 10) for the parameter U, (the U_x, U_xx, ... are the derivatives).
I want to add this limit range inside the function of PDEs:
is it possible to do this? or I should use transform function and hard constraints?
Beta Was this translation helpful? Give feedback.
All reactions