Hi Uwe, It depends on what you plan to do, but if you are only interested in exporting the boundary of a gmsh mesh into vtk, the answer is definitively yes, just import the mesh into getfem and use a "slice" object to extract the boundary and export it to vtk
If you want to do some computations inside getfem on the mesh boundary, it will require some more work, though. Best regards, Julien Quoting Uwe Schmitt <[EMAIL PROTECTED]>: > Hi, > > I want to use gmsh for generating a grid and > want to use vtk for displaying the surface of > the considered object. > > Can I import the mesh and extract the surface > with getfem ? So I could use getfem's export > function to vtk / mayavi. > > As I want to integrate gmsh/gefem/mayvi > I do not want gmsh's displaying functionality. > > > Greetings, Uwe > > -- > Dr. rer. nat. Uwe Schmitt > F&E Mathematik > > mineway GmbH > Science Park 2 > D-66123 Saarbrücken > > Telefon: +49 (0)681 8390 5334 > Telefax: +49 (0)681 830 4376 > > [EMAIL PROTECTED] > www.mineway.de > > Geschäftsführung: Dr.-Ing. Mathias Bauer > Amtsgericht Saarbrücken HRB 12339 > > > > _______________________________________________ > Getfem-users mailing list > [email protected] > https://mail.gna.org/listinfo/getfem-users > _______________________________________________ Getfem-users mailing list [email protected] https://mail.gna.org/listinfo/getfem-users
