Skip to content
Snippets Groups Projects
  1. Dec 16, 2005
    • Christophe Geuzaine's avatar
      *** empty log message *** · 4fddfb0f
      Christophe Geuzaine authored
      4fddfb0f
    • Christophe Geuzaine's avatar
      · 5a5bab88
      Christophe Geuzaine authored
      avoid repeated error msgs
      5a5bab88
    • Christophe Geuzaine's avatar
      · 499195fe
      Christophe Geuzaine authored
      print option dialogs now also show up when saving files "by extension"
      499195fe
    • Christophe Geuzaine's avatar
      · a5629440
      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)
      a5629440
    • Christophe Geuzaine's avatar
      · dbe5f0f1
      Christophe Geuzaine authored
      little hack to draw a gradient in the background. Nice for flashy
      presentations ;-)
      dbe5f0f1
  2. Jun 08, 2005
    • Christophe Geuzaine's avatar
      · 1415c64b
      Christophe Geuzaine authored
      replaced ExportLCField with ExportMeshStatistics (lc + gamma, eta, rho + elem num)
      1415c64b
  3. Mar 09, 2005
    • Christophe Geuzaine's avatar
      · 258d80b7
      Christophe Geuzaine authored
      removed all unnecessary glPushMatrix/glPopMatrix calls
      258d80b7
  4. Feb 28, 2005
    • Christophe Geuzaine's avatar
      · 9349b73c
      Christophe Geuzaine authored
      Merged patch from Matt Gundry <mjgundry@faa-engineers.com> to support
      the structured Plot3d mesh format.
      9349b73c
  5. Jan 08, 2005
    • Christophe Geuzaine's avatar
      · 504b5126
      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)
      504b5126
  6. Jan 01, 2005
  7. Dec 31, 2004
    • Christophe Geuzaine's avatar
      · a7728d3e
      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.
      a7728d3e
    • Christophe Geuzaine's avatar
      · e741db38
      Christophe Geuzaine authored
      generalized ExportLcField to all element types
      e741db38
  8. Dec 30, 2004
    • Christophe Geuzaine's avatar
      · 2f6cb765
      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)
      2f6cb765
  9. May 25, 2004
    • Christophe Geuzaine's avatar
      · 2e1dc14b
      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
      2e1dc14b
  10. May 12, 2004
    • Christophe Geuzaine's avatar
      · 337de422
      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
      337de422
  11. May 09, 2004
  12. May 08, 2004
    • Christophe Geuzaine's avatar
      · 26909b4d
      Christophe Geuzaine authored
      - add GUI for exporting characteristic length fields
      - error->warning if lc <= 0
      - don't enable POLYGON_OFFSET_FILL for 3D isos
      26909b4d
  13. Apr 08, 2004
    • Christophe Geuzaine's avatar
      · 6bf482de
      Christophe Geuzaine authored
      Use bigger subdivision threshold for fake ps smooth shading
      6bf482de
    • Christophe Geuzaine's avatar
      · e794c81f
      Christophe Geuzaine authored
      ...and use vector ps/eps/pdf by default
      e794c81f
    • Christophe Geuzaine's avatar
      · 90078071
      Christophe Geuzaine authored
      disabled PostScript Level 3 shading operator by default (and added a
      new option to change it: Print.EpsPS3Shading)
      90078071
  14. Mar 06, 2004
  15. Mar 05, 2004
    • Christophe Geuzaine's avatar
      · 8912a836
      Christophe Geuzaine authored
      New raster ("bitmap") PS/EPS/PDF output
      8912a836
  16. Feb 07, 2004
  17. Nov 27, 2003
    • Christophe Geuzaine's avatar
      · 99f17235
      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).
      99f17235
  18. Nov 08, 2003
  19. Nov 05, 2003
  20. Oct 25, 2003
    • Christophe Geuzaine's avatar
      · aa697ff4
      Christophe Geuzaine authored
      Add support for compressed PDF output
      aa697ff4
  21. Sep 23, 2003
  22. Sep 17, 2003
    • Christophe Geuzaine's avatar
      · 4f9fd450
      Christophe Geuzaine authored
      Fix feedback buffer size for tex output
      4f9fd450
  23. Sep 16, 2003
  24. Sep 01, 2003
    • Christophe Geuzaine's avatar
      · dd22453f
      Christophe Geuzaine authored
      One more warning
      dd22453f
    • Christophe Geuzaine's avatar
      · b9a55cfc
      Christophe Geuzaine authored
      Fixed a couple more warnings + added AppleMenuBar option
      b9a55cfc
  25. Apr 02, 2003
  26. Mar 21, 2003
    • Christophe Geuzaine's avatar
      · fb423350
      Christophe Geuzaine authored
      Fix whitespace in copyright headers
      fb423350
  27. Mar 07, 2003
  28. Mar 02, 2003
  29. Mar 01, 2003
    • Christophe Geuzaine's avatar
      · 486e791b
      Christophe Geuzaine authored
      Indented all source files using utils/gmshindent
      486e791b
  30. Jan 23, 2003
  31. Dec 11, 2002
    • Christophe Geuzaine's avatar
      · a35bf32f
      Christophe Geuzaine authored
      New occlusion culling code contributed by the guys from CERN. Disabled
      by default.
      a35bf32f
  32. Oct 11, 2002
Loading