Skip to content
Snippets Groups Projects
Forked from gmsh / gmsh
Source project has a limited visibility.
  • Christophe Geuzaine's avatar
    a4779ae8
    · a4779ae8
    Christophe Geuzaine authored
    - tentative fix for the "mysterious" crashes on Windows:
    
      I think that the problem comes from the new recursive tetra
      classification, where we probably overflow the stack on Windows. The
      fix is to request a larger initial stack size through the linker.
    
    - added option to control label saving in unrolled geo files
    
    - only test for neg jacobians for 2D/plane meshes for now
    
    - fixed several compiler warnings
    a4779ae8
    History
    Christophe Geuzaine authored
    - tentative fix for the "mysterious" crashes on Windows:
    
      I think that the problem comes from the new recursive tetra
      classification, where we probably overflow the stack on Windows. The
      fix is to request a larger initial stack size through the linker.
    
    - added option to control label saving in unrolled geo files
    
    - only test for neg jacobians for 2D/plane meshes for now
    
    - fixed several compiler warnings