- Jan 02, 2012
-
-
Christophe Geuzaine authored
-
- Dec 04, 2011
-
-
Christophe Geuzaine authored
-
- Mar 21, 2010
-
-
Christophe Geuzaine authored
-
- Jan 06, 2009
-
-
Christophe Geuzaine authored
-
- Oct 21, 2008
-
-
Christophe Geuzaine authored
-
- Sep 04, 2007
-
-
Jean-François Remacle authored
-
- Feb 25, 2006
-
-
Christophe Geuzaine authored
-
- 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.
-
- Feb 23, 2006
-
-
Christophe Geuzaine authored
- rename CLIENT_VIEW into CLIENT_MERGE_FILE - new CLIENT_PARSE_STRING
-
- 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
- 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
-