[SciPy-user] unstructured mesh handling with scipy?

Prabhu Ramachandran prabhu at aero.iitb.ac.in
Fri Oct 19 09:28:22 EDT 2007


>>>>> "WolfgangZ" == WolfgangZ  <wollez at gmx.net> writes:

    WolfgangZ> I've already tried to do that with vtk (python
    WolfgangZ> bindings), it works already partially (I can display
    WolfgangZ> the extracted mesh but somehow the coordinates are
    WolfgangZ> transformed to another coordinate system and I have no
    WolfgangZ> clue how to get that back to my input coordinate
    WolfgangZ> system).

You can use tvtk/mayavi2 for this.  Here are examples of unstructured
grids that you can take a look at:

A polygonal data set with pure TVTK:

https://svn.enthought.com/enthought/browser/branches/enthought.tvtk_2.0/examples/tiny_mesh.py

A 3D unstructured grid where data is generated with tvtk and viewed
with Mayavi2:

https://svn.enthought.com/enthought/browser/branches/enthought.mayavi_2.0/examples/unstructured_grid.py

The nice thing about both is that they integrate well with numpy
arrays and use views of your numpy array data.

For more information on the tools see:

 https://svn.enthought.com/enthought/wiki/MayaVi

 https://svn.enthought.com/enthought/wiki/TVTK


HTH,
Prabhu




More information about the SciPy-User mailing list