Replies: 1 comment 2 replies
-
What is the order of the finite element function? Interpolation of high-order functions, with nonnegative dof values, can produce negative values. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone!
I am trying to solve the linear elasticity problem by mfem. I have got displacement and further evaluate von mises stress, for that, I save displacement in an object of a class inherited from mfem::coefficient where I have redefined method mfem::coeffiicient::eval() to compute von Mises stress. And I call mfem::GridFunction::ProjectCoefficient() for to compute von Mises. I had exported it (von Mises) with mfem::VisItDataCollection and mfem::ParaViewDataCollection and I got several negative von Mises stress despite that in a vector gotten as result mfem::GridFunction::HostRead() doesn't exist any negative stresses. So, may you have suggestions what is wrong?
Beta Was this translation helpful? Give feedback.
All reactions