On Oct 22, 2009, at 1:17 PM, Jonathan Guyer wrote:

On Oct 22, 2009, at 1:01 PM, Ajay Rawat wrote:

Is there any way to see the meshes.

Other than with gist? No.

We have had a routine to export Gmsh meshes, but it has apparently been broken for a very long time (see http://matforge.org/fipy/ticket/199) .


I have just fixed this, so If you now update your FiPy installation from svn, you could use

   from fipy.meshes.gmshExport import exportAsMesh

   exportAsMesh(mesh, 'mymesh.msh')

and then view mymesh.msh within Gmsh.

Reply via email to