- May 25, 2004
-
-
Christophe Geuzaine authored
- removed the quads from the simplex trees (finally...) **warning** this is a pretty big patch that touches a lot of different files. I tried my best to update all the things that needed to be updated, but I probably forgot some things... Please test! (especially the export routines in obscure formats like SMS, Gref, etc., as well as the extrusion code) - added second order edge vertices for hexas, prisms and pyramids (drawing not done yet) - added sanity check for number of values in post-pro parsed file format - merged all mesh printing/reading routines in Print_Mesh.cpp and Read_Mesh.cpp - cleaned up the statistics code
-
- May 22, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
make parser
-
Christophe Geuzaine authored
Small changes inspired by Wednesday's discussions: - added FL::check in redraw_opengl() (and thus removed DrawUI()): this should (?) fix the missing redraws - protected the orientation calculation with a lock - made the mode selection widget do its callback even if we don't change the selection (so that we always go back to the top-level menu)
-
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
-
- May 19, 2004
-
-
Christophe Geuzaine authored
missed these bits in my commit yesterday
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
refined the messages a little bit more, so that only valid choices are displayed at any time. (This is wicked cool, man :-) PS: this is probably my last commit for quite a while (in case you wondered: I have to do a demo of gmsh tomorrow, hence all my work the last couple of weeks...)
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
rewrote the contour extraction routines from scratch: one can now select the entities in arbitrary order, and undo all the steps interactively.
-
- May 18, 2004
-
-
Christophe Geuzaine authored
add missing list_rest in select surface/volume
-
Christophe Geuzaine authored
add sanity check in List_Pop
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- merged ONSCREEN1 and ONSCREEN2 to minimize redraws - fixed s->Orientations test
-
Christophe Geuzaine authored
fine-tune transformation message
-
Christophe Geuzaine authored
- fixed race condition in surface drawing - plugged s->Orientations memory leak - improved "select hole" message
-
Christophe Geuzaine authored
display the interactive messages in the graphic window (instead of the status bar)
-
Christophe Geuzaine authored
- added "undo" capability in geometry creation interfaces - removed all ugly statics in Geo.cpp - fixed a couple of bugs (recompute min/max and surf->orientations) after we apply geometrical transformations
-
- May 17, 2004
-
-
Christophe Geuzaine authored
adapt verbosity test to new default
-
Christophe Geuzaine authored
removed unused routine
-
Christophe Geuzaine authored
removed unused geom.overlay option
-
Christophe Geuzaine authored
fixed small bug in SelectEntity (that's an old one: the init of the entity pointers should be inside the while()...)
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
removed unused geom.highlight option + small cleanup of the selection code
-
Christophe Geuzaine authored
adapt verbosity level to new default
-
- May 16, 2004
-
-
Christophe Geuzaine authored
secured most of the list_pointer accesses
-
- May 15, 2004
-
-
Christophe Geuzaine authored
truncate solver name
-
Christophe Geuzaine authored
output solver errors+warnings in red, too
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
fix copy/paste on mac os
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
add 1 more verbosity level; bump default to 3
-
Christophe Geuzaine authored
print start time in batch mode
-
Christophe Geuzaine authored
reorganized Msg() a little ("a la getdp" + colorize solver and direct messages)
-
- May 14, 2004
-
-
Christophe Geuzaine authored
issue a small warning if we try to include or merge an unexisting file in the parser
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
removed glEnable(GL_ALPHA): this is not even in the GL doc :-)
-
Christophe Geuzaine authored
set default number of smoothing passes to 1
-
- May 13, 2004
-
-
Christophe Geuzaine authored
enable light for wireframe arrows only in fill mode
-