Skip to content
Snippets Groups Projects
  1. May 13, 2004
    • Christophe Geuzaine's avatar
      · 8f6b0b90
      Christophe Geuzaine authored
      operator is a reverved C++ keyword: operato->operatorr
      8f6b0b90
    • Christophe Geuzaine's avatar
      · 58d10eca
      Christophe Geuzaine authored
      save view type only in FULLRC (not OPTIONRC)
      58d10eca
    • Christophe Geuzaine's avatar
      · 7e75ba22
      Christophe Geuzaine authored
      fix exportLcField for lines and quads
      7e75ba22
  2. May 12, 2004
    • Christophe Geuzaine's avatar
      *** empty log message *** · c24717fe
      Christophe Geuzaine authored
      c24717fe
    • Christophe Geuzaine's avatar
      · 76b3a21e
      Christophe Geuzaine authored
      test case for Coherence modifying the transfinite attributes
      76b3a21e
    • Christophe Geuzaine's avatar
      · f579b815
      Christophe Geuzaine authored
      - store the points required by the transfinite algo in a list of vertices
        (instead of surf->ipar, vol->ipar)
      
      - generalized Coherence for these lists of transfinite points
      f579b815
    • 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
  3. May 10, 2004
    • Christophe Geuzaine's avatar
      · 4f80a961
      Christophe Geuzaine authored
      left some CVS dirs in the source archives
      4f80a961
  4. 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
  5. May 08, 2004
  6. 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
  7. May 06, 2004
  8. May 05, 2004
  9. 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
  10. May 01, 2004
    • Christophe Geuzaine's avatar
      · 8dd6f903
      Christophe Geuzaine authored
      reverting to old rpm build method
      8dd6f903
    • Christophe Geuzaine's avatar
      · 0fe966a0
      Christophe Geuzaine authored
      build source rpm, too
      0fe966a0
    • Christophe Geuzaine's avatar
      · 88eb966f
      Christophe Geuzaine authored
      add volume test for 2nd order tets in UNV format, too
      88eb966f
Loading