Dr Gerard Gorman said: > Hi folks > > I have been playing about with parallel vtk files (specifically pvtu's). > After some searching about and pointers from Berk Geveci I can write out > pvtu's now with ghost levels set correctly. If I use the surface mapper > in paraview I don't see internal surfaces - see > http://paraview.org/Wiki/images/5/51/SC07_tut107_ParaView_Handouts.pdf > pages 38-39 to see exactly what I'm talking about. However, I do see > these internal surfaces when I use SurfaceMap in mayavi.
Are you passing your dataset through a vtkDataSetSurfaceFilter ? I think that is what extracts the external surfaces properly using the level 1 ghost cells( this information from the SOURCE quaterly of Jul 2006). The SurfaceMap module of mayavi just seems to be passing the dataset to the vtkDataSetMapper. -- shekhar ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ MayaVi-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mayavi-users
