Skip to content
Snippets Groups Projects
Forked from gmsh / gmsh
Source project has a limited visibility.
  • Christophe Geuzaine's avatar
    2e1dc14b
    · 2e1dc14b
    Christophe Geuzaine authored
    - removed the quads from the simplex trees (finally...)
    
      **warning**
    
      this is a pretty big patch that touches a lot of different files. I
      tried my best to update all the things that needed to be updated,
      but I probably forgot some things... Please test! (especially the
      export routines in obscure formats like SMS, Gref, etc., as well as
      the extrusion code)
    
    - added second order edge vertices for hexas, prisms and pyramids
      (drawing not done yet)
    
    - added sanity check for number of values in post-pro parsed file
      format
    
    - merged all mesh printing/reading routines in Print_Mesh.cpp and
      Read_Mesh.cpp
    
    - cleaned up the statistics code
    2e1dc14b
    History
    Christophe Geuzaine authored
    - removed the quads from the simplex trees (finally...)
    
      **warning**
    
      this is a pretty big patch that touches a lot of different files. I
      tried my best to update all the things that needed to be updated,
      but I probably forgot some things... Please test! (especially the
      export routines in obscure formats like SMS, Gref, etc., as well as
      the extrusion code)
    
    - added second order edge vertices for hexas, prisms and pyramids
      (drawing not done yet)
    
    - added sanity check for number of values in post-pro parsed file
      format
    
    - merged all mesh printing/reading routines in Print_Mesh.cpp and
      Read_Mesh.cpp
    
    - cleaned up the statistics code