Skip to content
Snippets Groups Projects
  1. Nov 22, 2003
    • Christophe Geuzaine's avatar
      · 94db295f
      Christophe Geuzaine authored
      typos, comments
      94db295f
    • Christophe Geuzaine's avatar
      · 4d2402e2
      Christophe Geuzaine authored
      To avoid surprising results, don't try to plot values of different types
      on the levelset if the value view (w) is the same as the levelset view (v)
      4d2402e2
    • 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
  2. Nov 21, 2003
    • Christophe Geuzaine's avatar
      · dbe79270
      Christophe Geuzaine authored
      Big Levelset rewrite (+ cleanup of all other plugins).
      
      Not finished yet, but I need to commit this now so that I can use it
      with the boss tomorrow at work.
      
      This version should compile and have all the old features working,
      plus some extras (levelsets of scalar/vector/tensor 1D, 2D and
      3D simplectic views).
      
      JF: 'Plugin(XX).Save' is now deprecated. Use 'Save View[XX] "filename"'
      instead.
      dbe79270
  3. Nov 19, 2003
    • Christophe Geuzaine's avatar
      · 133697af
      Christophe Geuzaine authored
      Generalize SphericalRaise to accept a TimeStep argument + fix the time
      step selection warning.
      133697af
  4. Nov 18, 2003
  5. Nov 14, 2003
  6. Nov 13, 2003
    • Christophe Geuzaine's avatar
      · 8beb8f97
      Christophe Geuzaine authored
      Minor cleanup
      8beb8f97
    • Christophe Geuzaine's avatar
      · 9f11f14b
      Christophe Geuzaine authored
      Fix small bug + add test case
      9f11f14b
    • Christophe Geuzaine's avatar
      · 4f7555a2
      Christophe Geuzaine authored
      New plugin to visualize arbitrary fields on deformed meshes.
      
      Not perfect, but should do the job for now.
      4f7555a2
  7. Jun 18, 2003
    • Christophe Geuzaine's avatar
      · 52448dce
      Christophe Geuzaine authored
      Add infrastructure for DecomposeInSimplex plugin
      52448dce
  8. Mar 21, 2003
    • Christophe Geuzaine's avatar
      · fb423350
      Christophe Geuzaine authored
      Fix whitespace in copyright headers
      fb423350
  9. Mar 19, 2003
  10. Mar 05, 2003
    • Christophe Geuzaine's avatar
      · 627b76d9
      Christophe Geuzaine authored
      Patches from naka@hasaki.sumitomometals.co.jp
      627b76d9
  11. Mar 02, 2003
    • Christophe Geuzaine's avatar
      · 48ba9fc3
      Christophe Geuzaine authored
      Make headers self-contained
      48ba9fc3
    • Christophe Geuzaine's avatar
      · a18e02b4
      Christophe Geuzaine authored
      Don't show the Triangulate plugin if Triangle is not available
      a18e02b4
  12. Mar 01, 2003
    • Christophe Geuzaine's avatar
      · 486e791b
      Christophe Geuzaine authored
      Indented all source files using utils/gmshindent
      486e791b
  13. Feb 23, 2003
    • Christophe Geuzaine's avatar
      · a2d21ab9
      Christophe Geuzaine authored
      Fix some dependencies + enable GSL (so that more people test it).
      a2d21ab9
  14. Feb 18, 2003
    • Christophe Geuzaine's avatar
      · 9d6e277b
      Christophe Geuzaine authored
      This is a pretty big commit.
      
      - The Numerical Recipes routines have been moved to their own
      subdirectory: NR/
      
      - These routines are now completely optional. Configure will
      determine if they have to be compiled in (if it's a non-free version
      of Gmsh) or if we should use the GSL routines instead.
      
      - The GSL routines are there. Well, sort of. The SVD stuff works
      great, but the minimization routines still need more work. The whole
      infrastructure is there, though: we can already compile a fully GPL
      compliant version of Gmsh by removing the NR subdirectory (or by
      specifying --enable-gsl to configure).
      
      - I also simplified the options passed to the compiler (OPTIM and
      FLAGS).
      
      That's all for today folks...
      9d6e277b
  15. Feb 17, 2003
    • Christophe Geuzaine's avatar
      · 68fa7164
      Christophe Geuzaine authored
      Don't use LITTLE_ENDIAN, it may be defined on Macs and cause the
      colormap problems. Define and test _BIG_ENDIAN instead.
      
      Change NODLL to _NO_DLL
      68fa7164
  16. Feb 12, 2003
    • Christophe Geuzaine's avatar
      · 1d0408c9
      Christophe Geuzaine authored
      Clean up VERSION_FLAGS and OS_FLAGS (use HAVE_FLTK instead of _FLTK,
      remove _BLACKBOX, etc.)
      1d0408c9
    • Christophe Geuzaine's avatar
      · 3280f4c3
      Christophe Geuzaine authored
      Fix triangle dependency
      3280f4c3
  17. Feb 11, 2003
    • Christophe Geuzaine's avatar
      · 3f0c5cb8
      Christophe Geuzaine authored
      New makefile system based on autoconf. Only tested on Linux right now.
      3f0c5cb8
  18. Jan 25, 2003
  19. Jan 24, 2003
  20. Jan 23, 2003
  21. Jan 20, 2003
    • Christophe Geuzaine's avatar
      · 9d6c372c
      Christophe Geuzaine authored
      Generalized the LevelSet class for views with more than one time step.
      9d6c372c
  22. Dec 08, 2002
  23. Nov 13, 2002
    • Christophe Geuzaine's avatar
      · 35994f76
      Christophe Geuzaine authored
      Missed the make depend
      35994f76
    • Christophe Geuzaine's avatar
      · 354f207b
      Christophe Geuzaine authored
      Commit some old stuff I had lying around on my machine.
      354f207b
  24. Nov 05, 2002
  25. Sep 02, 2002
  26. Aug 14, 2002
  27. May 20, 2002
  28. May 18, 2002
Loading