Differences between revisions 1 and 2
Revision 1 as of 2009-05-16 22:39:54
Size: 1000
Editor: WernerScholz
Comment:
Revision 2 as of 2009-05-20 16:52:16
Size: 1016
Editor: WernerScholz
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
 * v1.03: initial release  * April 14, 2009: v1.03: initial release

msh2inp

Versions, Changelog

  • April 14, 2009: v1.03: initial release

Author

Stefan Tibus

License

GPL

Description and Syntax

Convert gmsh msh files to UCD/inp format.

Usage:
msh2inp [options] <file> [<file> [...]]
cat <file> | msh2inp [options]

Options:
--help        Show usage information.
--debug       Provide some informational output on /dev/stderr.
--renumber    Renumber nodes and elements in output (default).
--norenumber  Keep numbering as in input files.

Output filtering options:
(none)        Output all element types as in input files.
--pt          Points.
--line        Lines.
--tri         Triangles.
--quad        Quadrangles.
--tet         Tetrahedra.
--hex         Hexahedra.
--prism       Prisms.
--pyr         Pyramids.

Note: gmsh saves physical mesh elements only by default. Remember to assign
      physical element numbers to all required element types.

Download

There are 1 attachment(s) stored for this page.

  • [get | view] (2011-04-20 12:10:21, 16.3 KB) [[attachment:msh2inp.awk]]
 All files | Selected Files: delete move to page copy to page

MagparWiki: ToolsAndScripts/msh2inp (last edited 2011-04-20 12:09:21 by StefanTibus)


Copyright (C) Werner Scholz 2010