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

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

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!!