Skip to content
Snippets Groups Projects
  1. May 12, 2004
    • Christophe Geuzaine's avatar
      · 35018b99
      Christophe Geuzaine authored
      - removed context.default_plugin
      
      - changed the main so that we load the plugins *before* we set the
        options (this way you can save your favourite plugin options in
        .gmsh-options, too)
      35018b99
    • Christophe Geuzaine's avatar
      · 19773f88
      Christophe Geuzaine authored
      force flex buffer flush after an error
      19773f88
    • Christophe Geuzaine's avatar
      · 6974762c
      Christophe Geuzaine authored
      fix make parser on linux
      6974762c
    • Christophe Geuzaine's avatar
      · f4602311
      Christophe Geuzaine authored
      don't include matheval in commercial releases
      f4602311
    • Christophe Geuzaine's avatar
      · 614eaea7
      Christophe Geuzaine authored
      prefix all the xmath functions with "x_" : some of these are defined
      in the new C++ math lib with the same names
      614eaea7
    • Christophe Geuzaine's avatar
      · 07047d67
      Christophe Geuzaine authored
      avoid error when trying to apply a plugin to a view that has been deleted
      07047d67
    • Christophe Geuzaine's avatar
      · 4c99dc33
      Christophe Geuzaine authored
      get rid of asprintf
      4c99dc33
    • Christophe Geuzaine's avatar
      · bf2bc3b1
      Christophe Geuzaine authored
      matheval.c -> matheval.cpp
      bf2bc3b1
    • Christophe Geuzaine's avatar
      · 77472988
      Christophe Geuzaine authored
      small tweaks
      77472988
    • Christophe Geuzaine's avatar
      · 53529ef0
      Christophe Geuzaine authored
      save the colormap if it's different, too
      53529ef0
    • Christophe Geuzaine's avatar
      · 375f0317
      Christophe Geuzaine authored
      don't allocate too many value inputs for the plugin windows
      375f0317
    • Christophe Geuzaine's avatar
      pretty print · 306522f0
      Christophe Geuzaine authored
      306522f0
    • Christophe Geuzaine's avatar
      *** empty log message *** · 73457635
      Christophe Geuzaine authored
      73457635
    • Christophe Geuzaine's avatar
      · 1e98ead4
      Christophe Geuzaine authored
      missed those files in my previous commit
      1e98ead4
    • 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
    • Christophe Geuzaine's avatar
      · 2da9443b
      Christophe Geuzaine authored
      - added hacked version of the GNU matheval library to evaluate parsed
        functions efficiently ("a la getdp", but faster): I added a new
        directory (gmsh/MathEval) with that code, as well as a new configure
        option and a new define (HAVE_MATH_EVAL)
      
      - generalized the plugin option code to accept arbitrary string options
      
      - new plugin Plugin(Evaluate) that can evaluate arbitrary functions on
        scalar views (useful for example to create background meshes)
      
      PS: Everything (octree + function evaluation) is now in place to write
      a general plugin that can make any operation between arbitrary
      views...
      2da9443b
  2. May 10, 2004
    • Christophe Geuzaine's avatar
      · 4f80a961
      Christophe Geuzaine authored
      left some CVS dirs in the source archives
      4f80a961
  3. May 09, 2004
    • Christophe Geuzaine's avatar
      · ef11b5cc
      Christophe Geuzaine authored
      upgrade gl2ps to 1.2.0
      ef11b5cc
    • Christophe Geuzaine's avatar
      · 347c87ea
      Christophe Geuzaine authored
      use abort() instead of exit() when we really want to exit *now*
      347c87ea
  4. May 08, 2004
  5. May 07, 2004
    • Christophe Geuzaine's avatar
      · 841dbe97
      Christophe Geuzaine authored
      typo
      841dbe97
    • Christophe Geuzaine's avatar
      · a7dd9ed4
      Christophe Geuzaine authored
      some more bgmesh cleanups
      a7dd9ed4
    • Christophe Geuzaine's avatar
      · f0cea6bd
      Christophe Geuzaine authored
      3d background mesh example
      f0cea6bd
    • Christophe Geuzaine's avatar
      · fdd81e2b
      Christophe Geuzaine authored
      re-enabled ONFILE background meshes in the 3D case
      fdd81e2b
    • Christophe Geuzaine's avatar
      · 44bfa8f6
      Christophe Geuzaine authored
      Small corrections for ONFILE background meshes:
      
      - should now work reliably interactively (and not only the first time
        the view is applied as a background mesh)
      
      - fixed some memory leaks
      44bfa8f6
  6. May 06, 2004
  7. May 05, 2004
  8. May 04, 2004
    • Christophe Geuzaine's avatar
      · 674a2d1a
      Christophe Geuzaine authored
      Only enable POLYGON_OFFSET_FILL for volume faces if we draw the
      edges. Otherwise it looks pretty bad since we draw connected faces
      with large differences in orientation.
      674a2d1a
  9. May 01, 2004
  10. Apr 30, 2004
  11. Apr 27, 2004
    • Christophe Geuzaine's avatar
      test other defaults · 318e6d61
      Christophe Geuzaine authored
      318e6d61
    • Christophe Geuzaine's avatar
      · 9da8924e
      Christophe Geuzaine authored
      - enable lights by default
      - remove obsolete comments about MergeWithBoundingBox
      9da8924e
    • Christophe Geuzaine's avatar
      · 9905ea58
      Christophe Geuzaine authored
      Fixed orientation of polygons produced by CutTriangle2D so that we can
      use a TWO_SIDE light model everywhere. This also fixes the ugly "checkboard
      patterns" when using custom scales on continuous maps.
      9905ea58
  12. Apr 26, 2004
Loading