Skip to content
Snippets Groups Projects
  1. Feb 12, 2007
  2. 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
  3. Feb 04, 2007
  4. 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
  5. Feb 01, 2007
    • Christophe Geuzaine's avatar
      · 7f5b2a0f
      Christophe Geuzaine authored
      fix shift/reduce conflict in parser (had to slightly modify embedding syntax)
      7f5b2a0f
    • Christophe Geuzaine's avatar
      · 9b87a5dd
      Christophe Geuzaine authored
      make depend
      9b87a5dd
  6. Jan 31, 2007
  7. Jan 29, 2007
    • Christophe Geuzaine's avatar
      · 6676faf8
      Christophe Geuzaine authored
      added MED export capability (merci Pascale!!)
      6676faf8
    • Christophe Geuzaine's avatar
      · b21b8a3b
      Christophe Geuzaine authored
      - using quads to draw 2nd order elements was a bad idea (they can be
      non-plane, so the normals computed for lighting did not always look
      nice). It's better to just split each quad into 2 triangles.
      
      - import THEM in ParseString
      b21b8a3b
  8. 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
  9. Jan 20, 2007
  10. Jan 18, 2007
    • Christophe Geuzaine's avatar
      · 5bc14f7d
      Christophe Geuzaine authored
      removed gobal meshSize in GMODEL: for now use CTX.lc, which is correctly
      updated when multiple files are merged
      5bc14f7d
  11. Jan 17, 2007
    • Christophe Geuzaine's avatar
      · 2dfb9307
      Christophe Geuzaine authored
      - new option Geometry.Tolerance (or -tol on the command line) to set the
      tolerance for the old CAD engine, for OCC healing and for STL import
      
      - removed more unused options
      2dfb9307
  12. Jan 12, 2007
  13. 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
  14. Dec 21, 2006
    • Christophe Geuzaine's avatar
      · c27c7510
      Christophe Geuzaine authored
      - removed ugly fix in transf mesh of tri surf
      - use MFaceVertex params in boundary mesh if available
      - cleanup intro chapter in docs
      c27c7510
  15. Dec 19, 2006
  16. Dec 18, 2006
    • Christophe Geuzaine's avatar
      · 0b2ea1c7
      Christophe Geuzaine authored
      Added basic support for physicals in all mesh formats that ignored physicals
      before (stl, vrml, mesh, bdf, pos). This way we can use the physical mechanism
      to only save parts of the mesh (like we do it now for msh and unv files).
      
      Next step will be to add an option to only mesh the physicals (and their
      dependencies). This is very useful for large models and/or for debugging.
      0b2ea1c7
  17. Dec 16, 2006
    • Christophe Geuzaine's avatar
      · aeef6f23
      Christophe Geuzaine authored
      better integration with mac finder
      aeef6f23
    • Christophe Geuzaine's avatar
      · f36ece96
      Christophe Geuzaine authored
      OpenProblem -> OpenProject
      MergeProblem -> MergeFile
      f36ece96
  18. 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
  19. Dec 02, 2006
    • Christophe Geuzaine's avatar
      · 02c30f8e
      Christophe Geuzaine authored
      make default transfinite subdivision match old version to minimize
      backward compat problems
      02c30f8e
  20. Dec 01, 2006
  21. Nov 30, 2006
  22. Nov 29, 2006
  23. 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
    • Christophe Geuzaine's avatar
      · f23a8bff
      Christophe Geuzaine authored
      remove more attractor crap
      f23a8bff
  24. Nov 25, 2006
    • Christophe Geuzaine's avatar
      · 54f340ea
      Christophe Geuzaine authored
      cleanup
      54f340ea
    • Christophe Geuzaine's avatar
      · bbfea7de
      Christophe Geuzaine authored
      bidir db: phase 3 -- move all the old geo stuff into Geo/
      bbfea7de
    • Christophe Geuzaine's avatar
      · 8db81dc2
      Christophe Geuzaine authored
      bidi db: phase 2 -- continued
      8db81dc2
    • Christophe Geuzaine's avatar
      · f3d8b3fd
      Christophe Geuzaine authored
      bidir db: phase 2 -- removed all (well, most of) the old data structures and
      algorithms
      f3d8b3fd
Loading