How to ensure the displaced mesh is used #29699
Unanswered
keassyguang
asked this question in
Q&A Modules: Solid mechanics
Replies: 1 comment 40 replies
-
For many objects, all you need to do is setting use_displaced_mesh = true Is that an option for your case? |
Beta Was this translation helpful? Give feedback.
40 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello MOOSE Community,
I'm developing a custom material class that inherits from ADMaterial. The coordinates of the current quadrature point will be used as a condition to assign a specific value to some created variables. What I want to know is whether the coordinates of
_q_point[_qp](0)
,_q_point[_qp](1)
and_q_point[_qp](2)
return the displaced mesh or the undisplaced mesh. Since I need the coordinates of the quadrature point under the displaced mesh, what should I do to ensure that the displaced mesh is always used?Beta Was this translation helpful? Give feedback.
All reactions