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
- Host: GitHub
- URL: https://github.com/cellsmb/fe_mesh_tools
- Owner: CellSMB
- Created: 2023-07-30T01:52:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-02T01:22:36.000Z (almost 3 years ago)
- Last Synced: 2025-06-29T23:34:18.500Z (11 months ago)
- Language: Python
- Size: 533 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.