Skip to content
Snippets Groups Projects
  1. Jul 27, 2008
    • Christophe Geuzaine's avatar
      parser: replaced old Symbol_T with simple std::map · 49803cae
      Christophe Geuzaine authored
      ****************************************************************
      **** PLEASE TEST YOUR SCRIPTS (ESPECIALLY ONES WITH LISTS, *****
      ****        COMPLICATED AFFECTATIONS, ETC.)                *****
      ****************************************************************
      49803cae
  2. Jul 11, 2008
  3. Jul 04, 2008
  4. Jun 27, 2008
  5. Jun 23, 2008
  6. Jun 07, 2008
  7. May 04, 2008
    • Christophe Geuzaine's avatar
      * replaced old Msg function with message class inspired from what we · 26ff0c6f
      Christophe Geuzaine authored
        did in high
      * added mesh generation error log summary
      * removed Parallel subdir (this is now handled by the message class)
      * removed Box subdir and consolidated batch processing in a single
        routine
      * made List_T into a class
      * reduced dependencies in Pview*.h so we can eventually add the post-pro
        interface to the public API
      26ff0c6f
  8. Apr 28, 2008
  9. Mar 19, 2008
    • Christophe Geuzaine's avatar
      · 764a5884
      Christophe Geuzaine authored
      re-fix Field.h API dependency
      
      fix shift/conflict reduce in parser introduced by Field stuff
      764a5884
  10. Mar 18, 2008
  11. Feb 22, 2008
    • Christophe Geuzaine's avatar
      · d9c6ef4d
      Christophe Geuzaine authored
      api cleanup: use ByTag consistently (emphasises slowness of lookup)
      d9c6ef4d
  12. Feb 07, 2008
  13. Jan 20, 2008
    • Christophe Geuzaine's avatar
      · b4ac26b0
      Christophe Geuzaine authored
      make parser embeddable in code with other parser (yy->gmsh_yy)
      more work on headers
      fixed lots of gcc warnings
      b4ac26b0
  14. Jan 19, 2008
    • Christophe Geuzaine's avatar
      · a86ef74c
      Christophe Geuzaine authored
      start reducing header pollution (removed Gmsh.h + cleaned up GModel & co)
      a86ef74c
  15. Jan 09, 2008
    • Christophe Geuzaine's avatar
      · 2336aeb7
      Christophe Geuzaine authored
      fix parser to work with new flex and bison (1.28 -> 2.3)
      2336aeb7
  16. Sep 10, 2007
    • Christophe Geuzaine's avatar
      · 86a0dffe
      Christophe Geuzaine authored
      moving to new post-processing database
      
                          *** WARNING ***
      
      do not upgrade if you need plugins or adaptive views: these have not
      been ported (yet) to the new database
      
                          *** WARNING ***
      86a0dffe
  17. Sep 05, 2007
    • Christophe Geuzaine's avatar
      · 85dedfa3
      Christophe Geuzaine authored
      added simple boundary operator in parser
      85dedfa3
  18. Aug 27, 2007
    • Christophe Geuzaine's avatar
      · 7b79f818
      Christophe Geuzaine authored
      add bit of code to intersect curves with a surface (allows to do "poor man's"
      trimmed patches ;-)
      7b79f818
  19. Jul 11, 2007
  20. Jun 22, 2007
  21. May 24, 2007
  22. Apr 21, 2007
    • Christophe Geuzaine's avatar
      · 9174963e
      Christophe Geuzaine authored
      tCircle and tCoherence were removed from the lexer? WTF?
      9174963e
  23. Apr 16, 2007
  24. Mar 05, 2007
    • Christophe Geuzaine's avatar
      · 23967195
      Christophe Geuzaine authored
      - boundary layer can now be generated by using a post-pro view for the
        normal field
      
      - added more operations on lists in parser (FExpr * FExpr_Multi, etc.)
      
      - new "hole carving" code to create extruded grids carved out around
        some surfaces (the resulting cavity can be filled with "grout" using
        the unstructured algos)
      
      - check if bboxes of post-pro views are not == VAL_INF before adding
        them to the model bbox (bug report from Renaud Sizaire)
      
      - fixed crash in LCM_xxx tensor drawing code when no tensor points are
        available. (This piece of code should be cleaned up further--no time
        for that now.)
      
      - generalize Levelset plugins so that they work on point data sets
      23967195
  25. Mar 02, 2007
  26. Jan 31, 2007
  27. Jan 25, 2007
    • Christophe Geuzaine's avatar
      · a50b79e6
      Christophe Geuzaine authored
      - save physicals labels when saving unrolled geometries
      - fixed crash in unrolled geo save (discrete points)
      - Delete Physicals now also deletes the physicals in GModel
      - removed unused rules and terminals in parser
      - put at least one mid-point when meshing non-straight lines
        in OCC: this fixes most of the trivial 2d meshing problems
      a50b79e6
  28. Jan 12, 2007
    • Christophe Geuzaine's avatar
      · f31bae7f
      Christophe Geuzaine authored
      removed most unused, untested or non-working stuff in old CAD code
      f31bae7f
  29. Nov 30, 2006
  30. Nov 29, 2006
  31. Nov 22, 2006
  32. Aug 19, 2006
  33. Mar 17, 2006
    • Christophe Geuzaine's avatar
      · 07ba274b
      Christophe Geuzaine authored
      minimize the number of files that include GmshVersion.h: it's annoying to
      recompiletoo many files just because the version string changes
      07ba274b
  34. Mar 09, 2006
  35. Feb 24, 2006
    • Christophe Geuzaine's avatar
      *** empty log message *** · 15edad9f
      Christophe Geuzaine authored
      15edad9f
    • Christophe Geuzaine's avatar
      · b154c824
      Christophe Geuzaine authored
      "pure windows" version (without cygwin) is almost there: the solver
      interface now works quite nicely using native Windodiows sockets and
      the timers work too. There are still some bugs with binary files and
      user-created functions in the parser.
      b154c824
  36. Jan 28, 2006
    • Christophe Geuzaine's avatar
      · 9932966c
      Christophe Geuzaine authored
      removed the STEP parser: it's unusable, it makes the parser bigger,
      and it introduces conflicts in the syntax.
      9932966c
Loading