Skip to content
Snippets Groups Projects
  1. Apr 01, 2008
    • Christophe Geuzaine's avatar
      · 41d2f401
      Christophe Geuzaine authored
      - replaced "Mesh.ContrainedBackgroundMesh" by "Mesh.CharacteristicLengthFromPoints" and
        "Mesh.CharacteristicLengthExtendFromBoundary"
      
      - fixed MED IO when numComp > 9
      41d2f401
  2. Mar 26, 2008
  3. Mar 24, 2008
  4. Mar 20, 2008
  5. Mar 18, 2008
  6. Mar 11, 2008
  7. Feb 23, 2008
  8. Feb 22, 2008
  9. Feb 18, 2008
  10. Feb 17, 2008
  11. Feb 05, 2008
    • Christophe Geuzaine's avatar
      · a5bac156
      Christophe Geuzaine authored
      rewrote Pplugin(Triangulate) to use our in-house divide and conquer algo
      removed triangle from contrib
      reactivated OCC STL meshing
      a5bac156
  12. Jan 30, 2008
  13. Jan 25, 2008
  14. Jan 19, 2008
    • Christophe Geuzaine's avatar
      · a86ef74c
      Christophe Geuzaine authored
      start reducing header pollution (removed Gmsh.h + cleaned up GModel & co)
      a86ef74c
    • Christophe Geuzaine's avatar
      · 5b2534df
      Christophe Geuzaine authored
      simplify Visual C++ stuff: removed hacks from configure and created
      template "variables" file (so that building with msvc only requires
      gnu make)
      5b2534df
  15. Jan 14, 2008
    • Jean-François Remacle's avatar
      Lots of 2d mesh improvements : · ee85a0be
      Jean-François Remacle authored
      	-) A bug has been corrected in the MeshAdapt Procedure
      	-) The 2D Delaunay is now Anisotropic
      	-) 3D Sliver removal procedure has been improved
      	-) Curvilinear mesh generation has been slightly improved,
      	   even if it is still far from done
      JFR
      ee85a0be
  16. Dec 03, 2007
  17. Nov 26, 2007
  18. Nov 04, 2007
  19. 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
  20. Sep 24, 2007
  21. 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
  22. Sep 04, 2007
  23. 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
  24. May 24, 2007
    • Christophe Geuzaine's avatar
      · 9a061022
      Christophe Geuzaine authored
      enable new Delaunay for plane surfaces
      
      experimental: don't use it for now
      9a061022
  25. May 05, 2007
  26. Apr 26, 2007
  27. Apr 20, 2007
  28. Mar 23, 2007
    • Christophe Geuzaine's avatar
      · aa196c9f
      Christophe Geuzaine authored
      - changed '-convert' syntax to process multiple files at once
      
      - added lateral entities in list returned by extrusion commands
      aa196c9f
  29. Mar 13, 2007
  30. 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
  31. Jan 30, 2007
    • Christophe Geuzaine's avatar
      · e7f67470
      Christophe Geuzaine authored
      - temporary fix for creation of second order vertices on periodic
        curves and periodic surfaces
      
      - speedup 2nd order vertex creation
      
      - never create MFaceVertices if we don't know the parametric
        coordinates (this will screw up the 2nd order algo!): create
        MVertices instead
      
      - fixed u,v coords of vertices after elliptic smoother in
        meshGFaceTransfinite
      
      - added "-format msh1" and "-format msh2" shortcuts to quickly
        select the version of the msh format from the command line +
        added "med" and "cgns" formats
      
      - moved gui guidelines in separate file
      e7f67470
  32. Jan 29, 2007
  33. Jan 18, 2007
    • Christophe Geuzaine's avatar
      · 7c0911f1
      Christophe Geuzaine authored
      - added exception to GPL for triangle/tetgen
      - fixed some command line switches
      - added option to antialiasing OpenGL rendering
      7c0911f1
  34. 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
  35. Jan 12, 2007
Loading