Skip to content
Snippets Groups Projects
  1. Sep 04, 2007
  2. 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
  3. 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
  4. Feb 21, 2007
  5. 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
  6. Jan 07, 2007
    • Christophe Geuzaine's avatar
      · c62553c0
      Christophe Geuzaine authored
      cleaned up InterpolateSurface/Curve (get the negative curve dircetly in InterpolateCurve)
      
      reintroduced fix for transfinite mesh on 3-sided transfinite surfaces: the problem was still there
      c62553c0
  7. Dec 21, 2006
  8. Dec 03, 2006
    • Christophe Geuzaine's avatar
      · e8412d99
      Christophe Geuzaine authored
      make sure the boundary vertices are ordered consistently with the
      ordering of the transfinite corners. If not, just revert the list.
      
      This is crucial for maintaining backward compatibility with the old
      version.
      e8412d99
    • Christophe Geuzaine's avatar
      · b0c4b616
      Christophe Geuzaine authored
      slightly better fix than before
      b0c4b616
    • Christophe Geuzaine's avatar
      · 4ee64549
      Christophe Geuzaine authored
      add extra arg to XYZtoUV so we can use it also for point that are not on
      the surface
      4ee64549
  9. Dec 02, 2006
    • Christophe Geuzaine's avatar
      · 89ce4ed2
      Christophe Geuzaine authored
      temporary (?) fix for transfinite on tri
      89ce4ed2
    • Christophe Geuzaine's avatar
      · 736a5586
      Christophe Geuzaine authored
      reimplemented transfinite volume meshing algo (not complete yet)
      736a5586
  10. Dec 01, 2006
  11. Nov 27, 2006
  12. Nov 26, 2006
  13. Sep 08, 2006
    • Christophe Geuzaine's avatar
      · a906fa8c
      Christophe Geuzaine authored
      added full support for incomplete second order elements (8-node quad,
      20-node hexa, 15-node prism and 13-node pyramid):
      
      - second order generation algorithm can now be told to generate either
        complete or incomplete elements
      
      - MSH I/O routines can deal with all elements
      
      - UNV I/O routines now support all the elements in the I-deas spec (I did
        my best to follow the spec for the ordering of the nodes, but I might have
        made some mistakes: PLEASE TEST IF YOU HAVE ACCESS TO A CODE OTHER THAN
        GMSH THAT CAN READ/WRITE UNV FILES)
      a906fa8c
  14. Sep 07, 2006
  15. Sep 06, 2006
  16. Sep 05, 2006
Loading