- Oct 25, 2008
-
-
Christophe Geuzaine authored
-
- Oct 23, 2008
-
-
Christophe Geuzaine authored
- use std::string in Draw_String & co - add pyramid test
-
- Oct 22, 2008
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Oct 21, 2008
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jul 11, 2008
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Sep 04, 2007
-
-
Jean-François Remacle authored
-
- Nov 27, 2006
-
-
Christophe Geuzaine authored
-
- May 13, 2006
-
-
Christophe Geuzaine authored
cleanup
-
- Mar 22, 2006
-
-
Christophe Geuzaine authored
take socket name on command line
-
- Feb 25, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- usleep takes microseconds - work on c solver interf
-
- Feb 24, 2006
-
-
Christophe Geuzaine authored
"pure windows" version (without cygwin) is almost there: the solver interface now works quite nicely using native Windodiows sockets and the timers work too. There are still some bugs with binary files and user-created functions in the parser.
-
Christophe Geuzaine authored
replaced poll() with direct call to select(). This should help in getting the solver interface eventually work on Windows without cygwin
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
added example of interactive command line driver for Gmsh
-
- Feb 23, 2006
-
-
Christophe Geuzaine authored
- rename CLIENT_VIEW into CLIENT_MERGE_FILE - new CLIENT_PARSE_STRING
-
- Sep 25, 2005
-
-
Christophe Geuzaine authored
-
- Mar 12, 2005
-
-
Christophe Geuzaine authored
a little more work on the axes stuff: enable global axes for the geometry and the mesh, too. We can finally get rid of the ugly old "moving axes" bit. (+ reverted changes in unproject: need to be more careful since unproject can be called outside Draw())
-
Christophe Geuzaine authored
don't need the extra options anymore
-
- Feb 05, 2005
-
-
Christophe Geuzaine authored
simpler Start() function
-
- Jan 17, 2005
-
-
Christophe Geuzaine authored
typo
-
- Jan 16, 2005
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- fixed the "unix socket name is one character short" problem on MacOS and AIX. Unfortunately, this required the client code to be slightly modified as well (and as a consequence, old versions of getdp will for example not work with new versions of Gmsh on MacOs and AIX). But it's better to do things "the right way" (TM) for people who want to connect using different languages (Perl, Python). - moved the GmshServer stuff in its own class - added missing rules in parser makefile (so that the parser gets rebuilt automatically when one changes Gmsh.y or Gmsh.l)
-
- Jan 14, 2005
-
-
Christophe Geuzaine authored
use C++ example in doc instead of C
-
Christophe Geuzaine authored
build solver examples with ${FLAGS}, so that on Windows they receive the -mwindows argument
-
- Jan 13, 2005
-
-
Christophe Geuzaine authored
small cleanup
-
Christophe Geuzaine authored
reorganized solver directory + added c++ solver example
-