Skip to content
Snippets Groups Projects
  1. Dec 05, 2010
  2. Nov 24, 2010
  3. Nov 03, 2010
  4. Oct 15, 2010
  5. Oct 06, 2010
  6. Oct 05, 2010
  7. Sep 28, 2010
  8. Sep 22, 2010
    • Emilie Marchandise's avatar
      Added msh option for the remeshing with compounds. · 32eb2aa2
      Emilie Marchandise authored
      Mesh.RemeshParametrization=1; //(0) harmonic (1) conformal 
      Mesh.RemeshAlgorithm=1; //(0) nosplit (1) automatic (2) split metis
      !!! This replaces old parser stuff such as Compound Surface()={} Harmonic_NoSplit;
      !!! Default values are harmonic and automatic
      TODO: change this in FLTK/optionWindow.cpp
      32eb2aa2
  9. Sep 21, 2010
  10. Sep 18, 2010
  11. Sep 17, 2010
  12. Apr 15, 2010
  13. Mar 20, 2010
  14. Feb 10, 2010
  15. Nov 04, 2009
    • Bruno Seny's avatar
      - make Solver module optional · 236135e5
      Bruno Seny authored
      - invert #define logic (HAVE_MESH, HAVE_POST, HAVE_SOLVER, ... instead of HAVE_NO_MESH,
        HAVE_NO_POST, HAVE_NO_SOLVER)
      236135e5
  16. Sep 30, 2009
  17. Sep 19, 2009
  18. Sep 18, 2009
  19. Aug 29, 2009
    • Christophe Geuzaine's avatar
      pp · c7bb8e27
      Christophe Geuzaine authored
      c7bb8e27
    • Christophe Geuzaine's avatar
      · 8c33ad3e
      Christophe Geuzaine authored
      never ever change the immutable vertex numbers: otherwise we cannot use
      our algorithms from outside with prescribed boundary meshes
      
      -> use MVertex::_index instead
      
      (renamed setNum to forceNum to make sure we don't use setNum by mistake)
      8c33ad3e
  20. Aug 28, 2009
  21. Aug 15, 2009
  22. Aug 14, 2009
    • Christophe Geuzaine's avatar
      - replaced old Makefiles/configure system with CMake · 4d6f33e4
      Christophe Geuzaine authored
      - moved GUI to FlGui + added experimental QGui to test Qt
      
      - fixed most MSVC and gcc compiler warnings
      
      - converted some remaining tabs to whitespace (that's why the patch is
        so large; please try to remember to indent with 2 spaces and not
        tabs when you commit stuff to CVS)
      
      - merged modified patch from Konstantinos Poulios to allow saving
        physical/partition as element tags in mesh formats that don't
        support them natively
      4d6f33e4
  23. Jun 02, 2009
  24. Mar 19, 2009
  25. Mar 17, 2009
  26. Mar 16, 2009
  27. Mar 15, 2009
  28. Dec 29, 2008
    • Christophe Geuzaine's avatar
      - (c) update · 0b598844
      Christophe Geuzaine authored
      - fix bb computation to avoid model jumping around when adding points in z=0 plane
      - pass interpol matrices as ref
      0b598844
  29. Dec 05, 2008
  30. Nov 29, 2008
  31. Nov 28, 2008
  32. Nov 19, 2008
    • Christophe Geuzaine's avatar
      · f118fe15
      Christophe Geuzaine authored
      consolidate parametricCoordinates with reparamMeshVertexOnFace
      f118fe15
  33. Nov 14, 2008
Loading