Skip to content
Snippets Groups Projects
  1. Jan 22, 2008
    • Christophe Geuzaine's avatar
      · dc6f74db
      Christophe Geuzaine authored
      make sure we define  YY_NO_UNISTD_H on wind32
      dc6f74db
  2. 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
  3. Jan 19, 2008
    • Christophe Geuzaine's avatar
      · a86ef74c
      Christophe Geuzaine authored
      start reducing header pollution (removed Gmsh.h + cleaned up GModel & co)
      a86ef74c
  4. Jan 18, 2008
  5. Jan 16, 2008
    • Christophe Geuzaine's avatar
      · ff712e11
      Christophe Geuzaine authored
      rename transf params & remove unused ones in old structs
      ff712e11
  6. 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
  7. Nov 08, 2007
    • Christophe Geuzaine's avatar
      · 2d8b4c87
      Christophe Geuzaine authored
      added adaptive view options in the view's option db
      2d8b4c87
  8. Sep 26, 2007
    • Christophe Geuzaine's avatar
      · bf103636
      Christophe Geuzaine authored
      removed global THEM
      
      (once more step towards nicer integration of old GEO stuff)
      bf103636
  9. Sep 12, 2007
  10. Sep 11, 2007
    • Christophe Geuzaine's avatar
      · 9b7e8496
      Christophe Geuzaine authored
      reinterfaced adaptive views with new post-pro
      9b7e8496
  11. 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
  12. Sep 09, 2007
  13. Sep 06, 2007
    • Christophe Geuzaine's avatar
      · 7e130ce0
      Christophe Geuzaine authored
      allow Function Field(1)="expression"; (without extra empty list at the end)
      7e130ce0
  14. Sep 05, 2007
    • Christophe Geuzaine's avatar
      · 85dedfa3
      Christophe Geuzaine authored
      added simple boundary operator in parser
      85dedfa3
  15. Sep 04, 2007
  16. 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
  17. Aug 21, 2007
    • Christophe Geuzaine's avatar
      airplane work: · 5da17442
      Christophe Geuzaine authored
      - removed static GMODEL (can now have multiple models)
      - added infrastructure for new post-processor module
      5da17442
  18. Jul 25, 2007
  19. Jul 11, 2007
  20. Jun 22, 2007
  21. May 24, 2007
  22. May 20, 2007
    • Christophe Geuzaine's avatar
      · b7057eec
      Christophe Geuzaine authored
      warning->error when trying to assign explicit reg ids in extrusions
      + add note in doc for this
      b7057eec
  23. Apr 22, 2007
  24. Apr 21, 2007
    • Christophe Geuzaine's avatar
      · 9174963e
      Christophe Geuzaine authored
      tCircle and tCoherence were removed from the lexer? WTF?
      9174963e
  25. Apr 16, 2007
  26. Apr 12, 2007
  27. Mar 24, 2007
  28. Mar 11, 2007
    • Christophe Geuzaine's avatar
      · 6ec04bdb
      Christophe Geuzaine authored
      - preliminary work to interface more parser functions with general
        GEntities
      
      - we can now export simple GModels as.geo files (points, straight line
        segments, plane surfaces, ruled surfaces and volumes are treated
        correctly; all non-straight-line curves are exported as splines; all
        non-plane/ruled surfaces are not exported)
      
      - tentative fix for the unv export problem reported on the mailing
        list (fprintf() buggy on some machines??)
      
      - new IO (both read and write) for structured grids using the NASA
        Plot3D format (for Olivier)
      6ec04bdb
  29. Mar 09, 2007
  30. Mar 05, 2007
    • Christophe Geuzaine's avatar
      · 2769c401
      Christophe Geuzaine authored
      fix syntax for hole carving
      2769c401
    • 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
  31. Mar 02, 2007
  32. Feb 27, 2007
  33. Feb 26, 2007
    • Christophe Geuzaine's avatar
      · 8381c872
      Christophe Geuzaine authored
      new boundary layer mesh generator
      
      refactored smooth value/smooth normal code into single SmoothData.* file
      8381c872
  34. Feb 16, 2007
    • Christophe Geuzaine's avatar
      · c502aa73
      Christophe Geuzaine authored
      added General.MinX, General.MaxX, etc. so that we can easily get the
      min/max of a model (useful e.g. to create a box around an imported
      STEP model)
      
      added example of mixed step/geo model
      c502aa73
  35. Feb 13, 2007
  36. Feb 12, 2007
Loading