https://github.com/konstantin8105/inp
https://github.com/konstantin8105/inp
converter finite-elements gmsh inp mesh staad
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/konstantin8105/inp
- Owner: Konstantin8105
- License: mit
- Created: 2017-03-14T09:23:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-16T11:26:09.000Z (about 1 month ago)
- Last Synced: 2025-03-16T11:27:45.736Z (about 1 month ago)
- Topics: converter, finite-elements, gmsh, inp, mesh, staad
- Language: Go
- Size: 32.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# inp fileformat parser
That library created for convert finite element file in format INP to format STD.
Typically using case:
1) Creating mesh model in [GMSH](http://gmsh.info/)
2) Saving into mesh format INP.Example: gmsh -2 -format inp cone.geo
3) Use that software for convert into STD format
4) Enjoy!!