An open API service indexing awesome lists of open source software.

https://github.com/cellsmb/fe_mesh_tools

Meshes and scripts for Finite element modeling
https://github.com/cellsmb/fe_mesh_tools

Last synced: about 1 month ago
JSON representation

Meshes and scripts for Finite element modeling

Awesome Lists containing this project

README

          

# fe_mesh_tools
Meshes and scripts for Finite element modeling

Meshes folder contains meshes.

scripts folder contains scripts to operate on meshes.

**msh2vtu.py:** converts gmsh hexahedral meshes into hexahedra vtus for visualisation in paraview.
example usage: python msh2vtu.py cylinder.msh cylinder.vtu

**gmsh2iron.py:** converts general gmsh .msh files into Numpy Arrays for implementation into OpenCMISS-Iron.