Skip to content
Snippets Groups Projects
  1. 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
  2. Jan 01, 2005
  3. 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
  4. 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
  5. 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
  6. 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
  7. May 09, 2004
  8. 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
  9. 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
  10. Mar 06, 2004
  11. Mar 05, 2004
    • Christophe Geuzaine's avatar
      · 8912a836
      Christophe Geuzaine authored
      New raster ("bitmap") PS/EPS/PDF output
      8912a836
  12. Feb 07, 2004
  13. 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
  14. Nov 08, 2003
  15. Nov 05, 2003
  16. Oct 25, 2003
    • Christophe Geuzaine's avatar
      · aa697ff4
      Christophe Geuzaine authored
      Add support for compressed PDF output
      aa697ff4
  17. Sep 23, 2003
  18. Sep 17, 2003
    • Christophe Geuzaine's avatar
      · 4f9fd450
      Christophe Geuzaine authored
      Fix feedback buffer size for tex output
      4f9fd450
  19. Sep 16, 2003
  20. 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
  21. Apr 02, 2003
  22. Mar 21, 2003
    • Christophe Geuzaine's avatar
      · fb423350
      Christophe Geuzaine authored
      Fix whitespace in copyright headers
      fb423350
  23. Mar 07, 2003
  24. Mar 02, 2003
  25. Mar 01, 2003
    • Christophe Geuzaine's avatar
      · 486e791b
      Christophe Geuzaine authored
      Indented all source files using utils/gmshindent
      486e791b
  26. Jan 23, 2003
  27. 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
  28. Oct 11, 2002
  29. Sep 09, 2002
  30. Sep 06, 2002
  31. Jul 03, 2002
  32. Jun 10, 2002
  33. May 20, 2002
  34. May 18, 2002
  35. Apr 23, 2002
Loading