I need to incorporate a structural FEM solver in to my C++ code base.
Specifically, I am solving a 3D surface mesh problem, and I need a 3D elastic membrane element, whose is parameterized by thickness and structural material properties. If possible I would like to use a free open-source solution, and works on windows.
I have not managed to find support for this in the libraries I am familiar with (MFEM, VEGA) , and I am not sure about fenics-shells as all the examples use thick plates and 2D meshes, and there is no mention of elastic membranes.
Any recommendations of libraries for this problem?
thanks.