Gerd Meiser wrote: > Dear Gmsh users! > > Finally I found out how to use the utils/solvers/c++/interactive.cpp > example to control gmsh through sockets. > > However, I am only able to add points, lines and surfaces, but I don't > know the command to actually generate the mesh and save it to a file. > Sounds silly, but I couldn't find it in the reference manual. > > Would you please tell me the command? (I hope there is one)
Hi Gerd - there is none... It might seem a bit weird, but it's because in "batch" mode usually you mesh by specifying a special command line argument (e.g. "-3" for 3-D mesh). It's something we should add in a future release. What do you plan to use the socket interface for? (Maybe using Gmsh directly as a library would better fit your application?) > > Thank you > > G. Meiser > > ------------------------------------------------------------------------ > Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try > it now. > <http://us.rd.yahoo.com/evt=51733/*http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ > > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > 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
