add_element!(mesh, elid, eltype, connectivity)
Add an element into the mesh. ´elid´ is the element id, ´eltype´ is the type of the element and ´connectivity´ is the connectivity of the element.
At least eltype needs to be defined more precisely. I guess it's a symbol :Seg2, :Tri3 and so on.
gmshparser is a lightweight, 100 % tested and well documented package that aims to reliably parse the Gmsh ascii file format (.msh). The package does not introduce any external dependencies and thus fits well with the needs of your own FEM research code as a small stand-alone package.
Project developed for the discipline of Heat and Mass Transfer based on the transient simulation of a 2D surface with specific initial conditional parameters of temperature. The discretization of the equations are done by the use of the finite element method.
code and docs of the Blenbridge project. Blenbridge is software to convert .ply files from Blender into hexahedral mesh in .vtk unstructured grid format, suitable for FEA.
At least
eltypeneeds to be defined more precisely. I guess it's a symbol:Seg2,:Tri3and so on.