Skip to content
Snippets Groups Projects
  1. Apr 21, 2007
    • Christophe Geuzaine's avatar
      · 9174963e
      Christophe Geuzaine authored
      tCircle and tCoherence were removed from the lexer? WTF?
      9174963e
  2. Apr 16, 2007
  3. Apr 12, 2007
  4. Mar 24, 2007
  5. 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
  6. Mar 09, 2007
  7. 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
  8. Mar 02, 2007
  9. Feb 27, 2007
  10. 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
  11. 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
  12. Feb 13, 2007
  13. Feb 12, 2007
  14. Feb 09, 2007
    • Christophe Geuzaine's avatar
      · a7948878
      Christophe Geuzaine authored
      - make it easier to build universal binaries on Mac
      - remove unused arg in transform functions (an prepare the terrain for periodic meshes)
      a7948878
  15. Feb 02, 2007
    • Christophe Geuzaine's avatar
      · 843843ea
      Christophe Geuzaine authored
      - added warning dialog before attempting to append a scripting
      command to a non-geometry file
      
      - fixed mean plane computation for periodic curves
      
      - added headers + ramn indent on Attractor files
      843843ea
    • Jean-François Remacle's avatar
      Re-introduction of attractors, · 68718dd9
      Jean-François Remacle authored
      enhancement of gmsh Surfaces
      
      JFR
      68718dd9
  16. Feb 01, 2007
    • Christophe Geuzaine's avatar
      · 7f5b2a0f
      Christophe Geuzaine authored
      fix shift/reduce conflict in parser (had to slightly modify embedding syntax)
      7f5b2a0f
  17. Jan 31, 2007
  18. 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
  19. Jan 20, 2007
  20. Jan 12, 2007
    • Christophe Geuzaine's avatar
      · f31bae7f
      Christophe Geuzaine authored
      removed most unused, untested or non-working stuff in old CAD code
      f31bae7f
  21. Jan 10, 2007
    • Christophe Geuzaine's avatar
      · 2acbb878
      Christophe Geuzaine authored
      - bug fix: need to create temporary bounding box and compute CTX.lc
      *during* parsing step until we fill the new db on the fly
      
      (Some geo transforms in the parser use CTX.lc for tolerences. But
      CTX.lc was always equal to 1 since we only do a SetBoundingBox on
      GModel after parsing!)
      
      - cleanup spline interpol (remove duplicate code)
      2acbb878
  22. Dec 16, 2006
    • Christophe Geuzaine's avatar
      · f36ece96
      Christophe Geuzaine authored
      OpenProblem -> OpenProject
      MergeProblem -> MergeFile
      f36ece96
  23. Dec 03, 2006
    • Christophe Geuzaine's avatar
      · b1104486
      Christophe Geuzaine authored
      Layers{N,1} can now be written simply as Layers{N}
      b1104486
    • Christophe Geuzaine's avatar
      · fa4066be
      Christophe Geuzaine authored
      deprecated -> warnings instead of errors
      fa4066be
  24. Dec 02, 2006
    • Christophe Geuzaine's avatar
      · 02c30f8e
      Christophe Geuzaine authored
      make default transfinite subdivision match old version to minimize
      backward compat problems
      02c30f8e
  25. Dec 01, 2006
  26. Nov 30, 2006
  27. Nov 29, 2006
  28. Nov 27, 2006
    • Christophe Geuzaine's avatar
      update header · 30965a97
      Christophe Geuzaine authored
      30965a97
    • Christophe Geuzaine's avatar
      · 37f24ee8
      Christophe Geuzaine authored
      remove elliptic - same as Transfinite with Mesh.Smoothing > 1
      37f24ee8
    • Christophe Geuzaine's avatar
      · e103b74b
      Christophe Geuzaine authored
      - finished volume extrusion
      - cleanup ExtrudeParam (plug memory leak + remove unused stuff)
      - make netgen the default 3D algo for now (since it actually works)
      e103b74b
    • Christophe Geuzaine's avatar
      · 4f64bfc2
      Christophe Geuzaine authored
      make explicit regions in extrusions DEPRECATED
      4f64bfc2
  29. Nov 25, 2006
Loading