- Sep 25, 2005
-
-
Christophe Geuzaine authored
-
- May 18, 2005
-
-
Christophe Geuzaine authored
fix warning
-
- Mar 18, 2005
-
-
Christophe Geuzaine authored
if no mesh file name is specified, use the problem name to construct one
-
- 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 20, 2005
-
-
Christophe Geuzaine authored
Adding python solver interface from Carl Osterwisch <osterwischc@asme.org>. The interface comes with a example python "solver" that converts an Abacus result file (in CSV format) into Gmsh post-processing views. Very cool ;-) Thanks Carl!
-
- 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
-
- Jan 01, 2005
-
-
Christophe Geuzaine authored
copyright update
-
Christophe Geuzaine authored
remove extra test on !port
-
Christophe Geuzaine authored
The TCP patch broke UNIX solckets on Winwows (since Windows paths can contain a colon)
-
- Dec 17, 2004
-
-
Christophe Geuzaine authored
add optional node_start_index and element_start_index arguments
-
- Dec 06, 2004
-
-
Christophe Geuzaine authored
pretty print
-
Christophe Geuzaine authored
contrib
-
Christophe Geuzaine authored
Support for TCP/IP sockets (permits to launch solvers on remote hosts). Thanks to C.Stott@surrey.ac.uk for the original patch.
-
- Nov 08, 2004
-
-
Christophe Geuzaine authored
allow a 3rd arg to specify an output filename
-
- Oct 25, 2004
-
-
Christophe Geuzaine authored
new solver options: SocketCommand and NameCommand (patch by <C.Stott@surrey.ac.uk>)
-
- Oct 12, 2004
-
-
Christophe Geuzaine authored
forgot to add this
-
- Oct 08, 2004
-
-
Christophe Geuzaine authored
physical<->elementary
-
Christophe Geuzaine authored
default partition number should be 1
-
Christophe Geuzaine authored
renamed mshdensify to mshsort and modified the spec file to install it in the rpm
-
Christophe Geuzaine authored
A small utility that reads a Gmsh mesh file and makes the numbering dense (without gaps in the node/element number sequences)
-
- Sep 17, 2004
-
-
Christophe Geuzaine authored
nicer: use kill() instead of a system() call
-
Christophe Geuzaine authored
forgot fclose
-
Christophe Geuzaine authored
simple example on how to use -pid
-
- Sep 11, 2004
-
-
Christophe Geuzaine authored
compress the icons
-
Christophe Geuzaine authored
new document icons on OSX (geo, msh, pos)
-
- Jun 18, 2004
-
-
nicolas tardieu authored
-
- May 22, 2004
-
-
Christophe Geuzaine authored
Small changes inspired by Wednesday's discussions: - Mac only: Gmsh now publishes its "file types"... That means that geo/msh/pos files now have nice icons, and that you can double-click on a geo/msh/pos file in the Finder to open it :-) - removed support for fltk 1.0 (wasn't compiling anymore anyway) - doubled the timout in GmshServer (2->4s): this seems to help on Windows (thanks to jkools@veeco.com) - added warnings in the docs about the Attractor feature - increased WB by 1 pixel in the GUI - replaced more Msg(FATAL) with Msg(ERROR) where it makes sense
-
- Apr 13, 2004
-
-
Christophe Geuzaine authored
adding matlab msh reader from JF
-
- Apr 08, 2004
-
-
Christophe Geuzaine authored
-
- Mar 25, 2004
-
-
Christophe Geuzaine authored
merged small patch from prudhomm@mit.edu
-
- Mar 13, 2004
-
-
Christophe Geuzaine authored
Added automatic documentation generation for plugins
-
- Feb 07, 2004
-
-
Christophe Geuzaine authored
Update copyright notice
-