--
You received this message because you are subscribed to the Google Groups "moose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to moose-users...@googlegroups.com.
Visit this group at https://groups.google.com/group/moose-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/moose-users/460e0827-220d-4e5b-a95f-53689cd9e554%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
*** ERROR ***
ERROR: Unrecognized file extension: /Users/bair545/projects/moose/modules/navier_stokes/Iodine/simplified2d_VTK/test_0.vtk
I understand the following:
*.e -- Sandia's ExodusII format
*.exd -- Sandia's ExodusII format
*.gmv -- LANL's General Mesh Viewer format
*.mat -- Matlab triangular ASCII file
*.n -- Sandia's Nemesis format
*.nem -- Sandia's Nemesis format
*.off -- OOGL OFF surface format
*.ucd -- AVS's ASCII UCD format
*.unv -- I-deas Universal format
*.vtu -- Paraview VTK format
*.inp -- Abaqus .inp format
*.xda -- libMesh ASCII format
*.xdr -- libMesh binary format
*.gz -- any above format gzipped
*.bz2 -- any above format bzip2'ed
*.xz -- any above format xzipped
*.cpa -- libMesh Checkpoint ASCII format
*.cpr -- libMesh Checkpoint binary format
To view this discussion on the web visit https://groups.google.com/d/msgid/moose-users/3e0c9726-1df7-46b9-a246-947840879f34%40googlegroups.com.
OK - that's another problem. libMesh can output VTK, but cannot read it (at least not as a mesh format). What we can do is read in images to make a mesh. Are you trying to build a mesh or trying to import an image?