thegooglecodearchive / sfepy

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

test 2D/3D - read mesh file header #46

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
2D/3D geometry?

dim = meshio.read_dim(...)

Original issue reported on code.google.com by vlukes@kme.zcu.cz on 3 Jul 2008 at 9:29

GoogleCodeExporter commented 9 years ago
implemented:

from sfepy.fem.meshio import MeshIO
dim = MeshIO.anyFromFileName( fileName ).read_dimension()

for .mesh, .vtk

tested via tests/test_meshio.py

verify it please, and then close the issue :)

Original comment by robert.c...@gmail.com on 3 Jul 2008 at 10:05

GoogleCodeExporter commented 9 years ago
This works now.

Original comment by robert.c...@gmail.com on 22 Jul 2008 at 10:09

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

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