thegooglecodearchive / sfepy

Automatically exported from code.google.com/p/sfepy
0 stars 0 forks source link

add output format option to script/convert_mesh.py #132

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, the output mesh format is determined solely from the output file
name suffix. This can be ambiguous, so let us add a new option --format to
allow its explicit setting.

Original issue reported on code.google.com by robert.c...@gmail.com on 24 May 2010 at 8:36

GoogleCodeExporter commented 9 years ago
I took a stab at this, see [1]. I also added a --list option to show which mesh
formats are writable. To do so, I put in the supported_capabilities dictionary 
into
sfepy/fem/meshio.py which just shows if SfePy implements reading or writing of 
the
mesh formats.

[1] http://github.com/logansorenson/sfepy/tree/issue_132

Original comment by logan.so...@gmail.com on 30 May 2010 at 6:46

GoogleCodeExporter commented 9 years ago
It works, thanks!

Original comment by robert.c...@gmail.com on 31 May 2010 at 8:11

GoogleCodeExporter commented 9 years ago
Migrated to http://github.com/sfepy/sfepy/issues/134

Original comment by robert.c...@gmail.com on 30 Jan 2012 at 10:27