- Dec 16, 2005
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
avoid repeated error msgs
-
Christophe Geuzaine authored
print option dialogs now also show up when saving files "by extension"
-
Christophe Geuzaine authored
cleanup+add comments so that students can understand what's going on with the projection stuff. (still need to cleanup the zooming in handle() to use gluUnproject() instead of the ad-hock stuff that only works for an orthographic proj)
-
Christophe Geuzaine authored
little hack to draw a gradient in the background. Nice for flashy presentations ;-)
-
- Jun 08, 2005
-
-
Christophe Geuzaine authored
replaced ExportLCField with ExportMeshStatistics (lc + gamma, eta, rho + elem num)
-
- Mar 09, 2005
-
-
Christophe Geuzaine authored
removed all unnecessary glPushMatrix/glPopMatrix calls
-
- Feb 28, 2005
-
-
Christophe Geuzaine authored
Merged patch from Matt Gundry <mjgundry@faa-engineers.com> to support the structured Plot3d mesh format.
-
- Jan 08, 2005
-
-
Christophe Geuzaine authored
- removed all the crappy STL code and rewrote it using JF's POLY_rep class - generalized POLY_rep so that we can use the polygonal discretization as a surface mesh, and mesh in 3D afterwards. I.e., we can now take an input triangulation (a single surface in STL format, multiple surfaces in STL format, one or more surfaces defined using the new "Discrete Surface" commands), and generate a 3D mesh that uses it. We could in theory even mix triangulated and "normal" surfaces in the same geometry, but nothing is done at the moment to ensure that the mesh at the interfaces would match (if it does, it actually works very nicely) - new STL mesh output format to export a surface mesh as a STL file - added an option to the GEO output routine to save the surface mesh as discrete surfaces associated with the geometrical surfaces - added STL and Text output formats for post-processing views (the text output allows for example to exploit plugin-generated data in gnuplot) - generalized Plugin(Evaluate): * can loop automatically over all the timestep and/or components * can do operations using data from an external view - if the 2 views are based on the same grid, the plugin does the evaluation very efficiently - if the 2 views are based on differenet grids, the plugin automatically interpolates the external view data onto the grid of the current view - added new Rand() function in MathEval - default colormap is now # 2 (the Matlab "Jet" colormap)
-
- Jan 01, 2005
-
-
Christophe Geuzaine authored
copyright update
-
- Dec 31, 2004
-
-
Christophe Geuzaine authored
Added 2 options to control polygon offset. Instead of trying to guess when a polygon offset is useful (it's no that simple when we combine geo+mesh+some views), we just apply it conditionally to all surface drawings.
-
Christophe Geuzaine authored
generalized ExportLcField to all element types
-
- Dec 30, 2004
-
-
Christophe Geuzaine authored
- reworked the keyboard shortcuts with Laurent (our very own Macintosh Usability Guidelines Expert) - new smoothing option for jpeg output - new small GUI dialogs for ps/pdf/jpeg/gif/msh output (makes the 'format' menu in the file dialog much shorter)
-
- 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 12, 2004
-
-
Christophe Geuzaine authored
- only save the options that differ from the default values (unless we explicitly ask to save everything) - tweak the auto doc routines
-
- May 09, 2004
-
-
Christophe Geuzaine authored
upgrade gl2ps to 1.2.0
-
- May 08, 2004
-
-
Christophe Geuzaine authored
- add GUI for exporting characteristic length fields - error->warning if lc <= 0 - don't enable POLYGON_OFFSET_FILL for 3D isos
-
- Apr 08, 2004
-
-
Christophe Geuzaine authored
Use bigger subdivision threshold for fake ps smooth shading
-
Christophe Geuzaine authored
...and use vector ps/eps/pdf by default
-
Christophe Geuzaine authored
disabled PostScript Level 3 shading operator by default (and added a new option to change it: Print.EpsPS3Shading)
-
- Mar 06, 2004
-
-
Christophe Geuzaine authored
use rasterpos2d
-
- Mar 05, 2004
-
-
Christophe Geuzaine authored
New raster ("bitmap") PS/EPS/PDF output
-
- Feb 07, 2004
-
-
Christophe Geuzaine authored
Update copyright notice
-
- Nov 27, 2003
-
-
Christophe Geuzaine authored
Cleaned up the whole Include/Merge/Open mess (removed the ugly yyin/yyname tables in the parser, made the Merge routine reentrant + uniformized all the INFO/STATUS messages). This should fix a nasty side effect from this morning's commit (wrong yynames when doing multiple merges in the same file).
-
- Nov 08, 2003
-
-
Christophe Geuzaine authored
Small gl2ps cleanups
-
- Nov 05, 2003
-
-
Christophe Geuzaine authored
open eps/pdf files in binary mode
-
- Oct 25, 2003
-
-
Christophe Geuzaine authored
Add support for compressed PDF output
-
- Sep 23, 2003
-
-
Christophe Geuzaine authored
Open pdf files in binary mode
-
- Sep 17, 2003
-
-
Christophe Geuzaine authored
Fix feedback buffer size for tex output
-
- Sep 16, 2003
-
-
Christophe Geuzaine authored
New native PDF support
-
- Sep 01, 2003
-
-
Christophe Geuzaine authored
One more warning
-
Christophe Geuzaine authored
Fixed a couple more warnings + added AppleMenuBar option
-
- Apr 02, 2003
-
-
Christophe Geuzaine authored
Added PNG support
-
- Mar 21, 2003
-
-
Christophe Geuzaine authored
Fix whitespace in copyright headers
-
- Mar 07, 2003
-
-
Christophe Geuzaine authored
Upgrade to latest gl2ps version
-
- Mar 02, 2003
-
-
Christophe Geuzaine authored
-
- Mar 01, 2003
-
-
Christophe Geuzaine authored
Indented all source files using utils/gmshindent
-
- Jan 23, 2003
-
-
Christophe Geuzaine authored
Updated copyright
-
- Dec 11, 2002
-
-
Christophe Geuzaine authored
New occlusion culling code contributed by the guys from CERN. Disabled by default.
-
- Oct 11, 2002
-
-
Christophe Geuzaine authored
after CreateOutputFile, preventing consecutive "Print" in the parser to change format correctly
-