Hi,
I've written an FEM code based on hierarchical, isoparametric tetrahedral elements. Now, I'm having some serious problems getting the 3D version of my code to produce sensible results in a simple static simulation of the stretching of a bar consisting of neo-Hookean material. The test setup is conceivably simple and works perfectly with the 2D version of the code, which is based on isoparametric, hiearchical triangular elements and shares great portions of the source code with the 3D version, including the Newton-Raphson solver used for this problem. Also, since I've used this 3D code in a number of other applications, and tested it thoroughly with unit tests, I'm pretty sure the code is correct, hence my question: Is the type of elements, that I use, somehow intrinsically not suitable for this kind of simulation?
Thank you in advance for your answers.
I've written an FEM code based on hierarchical, isoparametric tetrahedral elements. Now, I'm having some serious problems getting the 3D version of my code to produce sensible results in a simple static simulation of the stretching of a bar consisting of neo-Hookean material. The test setup is conceivably simple and works perfectly with the 2D version of the code, which is based on isoparametric, hiearchical triangular elements and shares great portions of the source code with the 3D version, including the Newton-Raphson solver used for this problem. Also, since I've used this 3D code in a number of other applications, and tested it thoroughly with unit tests, I'm pretty sure the code is correct, hence my question: Is the type of elements, that I use, somehow intrinsically not suitable for this kind of simulation?
Thank you in advance for your answers.