Skip to content
Snippets Groups Projects
  1. Apr 06, 2004
  2. Feb 28, 2004
    • Christophe Geuzaine's avatar
      · 878e62c3
      Christophe Geuzaine authored
      missed this one
      878e62c3
    • Christophe Geuzaine's avatar
      · 1bea03df
      Christophe Geuzaine authored
      And more airplane work!
      
      - merged STL patch from Nicolas Tardieu. This patch permits to
        create an real elementary surface for each STL face. Until
        we have some code to directly remesh the STL data (which would
        be much nicer and cheaper), this is very useful. We can finally
        use STL representations to create meshable volume models.
        Thanks Nicolas !
      
      - new option to color the mesh by physical entities (if an element
        belongs to multiple physicals, we use the first one)
      
      - additional cleanup of the mesh drawing code
      
      - big cleanup of the geometry creation section in the parser:
      
        * removed horrible Geo/DataBase.cpp
        * fixed all List-related memory leaks (a lot!)
        * added tests to check if we don't try to recreate existing
          entities (this should prevent many weird bugs due to incorrect
          input files)
      
      - fixed LineLoop/EdgeLoop memory leaks
      
      - many small fixes all over the place
      1bea03df
  3. Feb 07, 2004
  4. Dec 16, 2003
  5. Dec 04, 2003
  6. Dec 01, 2003
    • Christophe Geuzaine's avatar
      · 0732300d
      Christophe Geuzaine authored
      couple of bugs from he mailing list
      0732300d
    • Christophe Geuzaine's avatar
      · 47cc32f5
      Christophe Geuzaine authored
      - Slightly reorganized the visibility browser window (the "toggle"
        behaviour in the input field was confusing)
      
      - added Show and Hide commands in the parser to enable scripting of
        the visibility stuff
      
      - Moved Visibility.{cpp,h} into Common/ to avoid dependencies with the
        Graphics library in the parser
      47cc32f5
  7. Nov 27, 2003
    • Christophe Geuzaine's avatar
      · 99f17235
      Christophe Geuzaine authored
      Cleaned up the whole Include/Merge/Open mess (removed the ugly
      yyin/yyname tables in the parser, made the Merge routine reentrant
      + uniformized all the INFO/STATUS messages).
      
      This should fix a nasty side effect from this morning's
      commit (wrong yynames when doing multiple merges in the same
      file).
      99f17235
  8. Nov 24, 2003
    • Christophe Geuzaine's avatar
      · 776b07d8
      Christophe Geuzaine authored
      displacement with other field animation example
      776b07d8
  9. Nov 22, 2003
    • Christophe Geuzaine's avatar
      · c9384da8
      Christophe Geuzaine authored
      small makefile for the levelset benchmark
      c9384da8
    • Christophe Geuzaine's avatar
      · 6c250768
      Christophe Geuzaine authored
      main() should return zero after a successful run
      6c250768
    • Christophe Geuzaine's avatar
      · 2cd02abe
      Christophe Geuzaine authored
      Generalization of the levelset plugin, take II.
      
      One can now compute cuts/maps of abritrary views (any dimension, any kind of
      element, any kind of field) + one can plot any other view on the resulting
      cut/map.
      2cd02abe
  10. Nov 13, 2003
  11. Nov 04, 2003
    • Christophe Geuzaine's avatar
      · 0c47304e
      Christophe Geuzaine authored
      - crashes with any clscale < 7 with default options
      - tested succesfully with clscale=3 if rand=1.e-3
      0c47304e
  12. Oct 26, 2003
  13. Oct 20, 2003
  14. Aug 27, 2003
    • Christophe Geuzaine's avatar
      · e7d0ebca
      Christophe Geuzaine authored
      Added a comment explaining what we need to fix
      e7d0ebca
    • Christophe Geuzaine's avatar
      · 8ea797e5
      Christophe Geuzaine authored
      Nice bug :-)
      
      (Don't have time to look into this now)
      8ea797e5
  15. Jul 12, 2003
  16. Jul 08, 2003
  17. Jul 07, 2003
    • Christophe Geuzaine's avatar
      · 80bc8e5d
      Christophe Geuzaine authored
      Nice magnetic circuit example, with volume cut
      80bc8e5d
  18. Jun 30, 2003
  19. Jun 13, 2003
    • Christophe Geuzaine's avatar
      · 1d952524
      Christophe Geuzaine authored
      Attractor problem in 1D mesh:
      
      Meshing Curve 82
      Error : GSL: function not continuous (fsolver.c, line 40)
      1d952524
  20. Jun 12, 2003
    • Christophe Geuzaine's avatar
      · de89928e
      Christophe Geuzaine authored
      This file triggers the gcc 2.95 optimization bug.
      
      Linux, gcc 2.95.3, -O2:
      
      gmsh test.geo -clscale 1.0 : 42191 elements
      gmsh test.geo -clscale 1.2 : failed
      gmsh test.geo -clscale 1.4 : failed
      gmsh test.geo -clscale 1.6 : failed
      gmsh test.geo -clscale 1.8 : failed
      gmsh test.geo -clscale 2.0 : 5929 elements
      gmsh test.geo -clscale 2.2 : 4726 elements
      gmsh test.geo -clscale 2.4 : failed
      gmsh test.geo -clscale 2.6 : 3065 elements
      
      Linux, gcc 2.96, -O2:
      
      gmsh test.geo -clscale 1.0 : 41604 elements
      gmsh test.geo -clscale 1.2 : 35011 elements
      gmsh test.geo -clscale 1.4 : 14618 elements
      gmsh test.geo -clscale 1.6 : 10183 elements
      gmsh test.geo -clscale 1.8 : 7466 elements
      gmsh test.geo -clscale 2.0 : 5831 elements
      gmsh test.geo -clscale 2.2 : 4738 elements
      gmsh test.geo -clscale 2.4 : 3516 elements
      gmsh test.geo -clscale 2.6 : 3037 elements
      
      Linux, gcc 3.3, -O2: similar to gcc 2.96.
      de89928e
  21. May 13, 2003
  22. Apr 18, 2003
  23. Apr 10, 2003
  24. Mar 26, 2003
    • Christophe Geuzaine's avatar
      · 202fdd07
      Christophe Geuzaine authored
      Nice test case for non-centered objects/post-processing maps and/or
      very stretched structures.
      202fdd07
  25. Mar 18, 2003
  26. Mar 11, 2003
    • Christophe Geuzaine's avatar
      · 97f61e6f
      Christophe Geuzaine authored
      Add Layer on Extrude Point (phase 2 -- remove duplicates)
      97f61e6f
    • Christophe Geuzaine's avatar
      · dc03725f
      Christophe Geuzaine authored
      Added Layer option for Extrude Point
      dc03725f
  27. Feb 27, 2003
  28. Feb 20, 2003
  29. Feb 19, 2003
  30. Feb 18, 2003
  31. Feb 12, 2003
    • Jean-François Remacle's avatar
      · bc387133
      Jean-François Remacle authored
      added ReadImg.* into Graphics
      modified Makefiles (now libfltk_images.a is used)
      This is a beta version of image loading with gmsh
      bc387133
  32. Feb 05, 2003
    • Christophe Geuzaine's avatar
      · 699a7324
      Christophe Geuzaine authored
      reset option to default values (to ease loading files in a row during tests)
      699a7324
Loading