-
Thanks to #651 and #741, I create ElementTetP3 and ElementTetP4 for the tetrahedral mesh. However, when I use the two elements solve the eigenvalue problem on the adaptive meshes, there are something wrong in the codes. I have no idea which parts go wrong. The results using P4 elements on the adaptive meshes: In addition, using P2 elements on the adaptive mesh, the resulting eigenvalues convergence to the exact one. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Thanks for the clear example. I need to look more carefully, but I have a guess:
Why it works for uniform mesh? My guess is that the uniform refinement algorithm accidentally preserves orientation of the original mesh. This is not by design and not tested in any way! This is just a guess. I'll look more carefully next week. |
Beta Was this translation helpful? Give feedback.
-
May I add the two tetrahedral Lagrangian elements to scikit-fem? |
Beta Was this translation helpful? Give feedback.
Thanks for the clear example. I need to look more carefully, but I have a guess:
Why it works for uniform mesh? My guess is that the uniform refinement algorithm accidentally preserves orientation of the original mesh. This is not by design and not tested in any way!
This is just a guess. I'll look more carefully next week.