Expression depending on the dimension of the case #2031
Unanswered
thomas-saigre
asked this question in
Q&A
Replies: 1 comment 1 reply
-
you have this page https://docs.feelpp.org/user/latest/using/expr.html
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
In the doc we can find symbols associated to specific toolboxes (e.g.
heat_T
), but is there a list of all the default symbols available in Feel ? For instancex
,y
,t
...In particular, can we access the dimension of the case in expression ? For instance, I'm trying to make one looking like :
which is equals to
{0,0}
when we run a 2D case, and{0,0,0}
for 3D.Beta Was this translation helpful? Give feedback.
All reactions