> On 18 Nov 2014, at 18:15, Jose A. Abell M. <[email protected]> wrote: > > Hi GMSH, > > What would it take for me to write a new mesh formatter so that GMSH writes > the mesh directly in my format. Also, a similar question about reading my > output format directly. >
Dear Jose - It's quite simple to write new mesh I/O routines. Just follow one of the many existing ones in gmsh/Geo/GModelIO_*.cpp ; for example Geo/GModelIO_MESH.cpp. Christophe > I'm working with rather large meshes where conversion to and from GMSH format > would take enough time for me to consider developing these features myself. > I've done it before for a post-processor. > > Please let me know. > > Regards, > > -- > > Jose Abell > _______________________________________________ > gmsh mailing list > [email protected] > http://www.geuz.org/mailman/listinfo/gmsh -- Prof. Christophe Geuzaine University of Liege, Electrical Engineering and Computer Science http://www.montefiore.ulg.ac.be/~geuzaine _______________________________________________ gmsh mailing list [email protected] http://www.geuz.org/mailman/listinfo/gmsh
