Meshing is the most crucial part of finite element analysis. When the geometry is complicated, it becomes difficult to handle the mesh efficiently. It is always good to have an easy method through which we can import the mesh. In our lab, we mainly work with the open source finite element analysis software FEniCS. In […]
Read MoreData Structure of FEM in FEniCS
- June 27, 2021
- 1 Comment
Storing the element connectivity, element nodes, nodal degrees of freedom etc.. are of significant importance in any numerical package which implements finite element analysis. And this constitutes the data structure of FEM. In this post, I will try to explain how FEniCS does this.
Read More