Skip to content
Snippets Groups Projects
  1. Feb 04, 2012
  2. Feb 03, 2012
  3. Jan 31, 2012
  4. Jan 27, 2012
  5. Jan 26, 2012
  6. Jan 21, 2012
  7. Jan 18, 2012
  8. Jan 17, 2012
    • Christophe Geuzaine's avatar
      · 72df80a4
      Christophe Geuzaine authored
      First pass at cleaning up lists in the .geo parser: 
      
      - we now keep track of the variable type ("list of floats" or "single float")
      - the brackets [] after the variable id are now optional (aa={1,2} == aa[]={1,2}) when creating a new list
      - the old syntax is kept to enable forcing the type to "list of floats" when creating a single-entry list
      - on single floats, += performs the usual arithmetic operation; on lists, += appends to the list (idem for -=)
      
      WARNING! this is a possibly dangerous commit: please test your .geo files and your scripts and signal any weird behaviour
      
      72df80a4
  9. Dec 13, 2011
  10. Nov 23, 2011
  11. Nov 03, 2011
  12. Oct 20, 2011
  13. Oct 19, 2011
  14. Oct 16, 2011
  15. Oct 14, 2011
  16. Sep 26, 2011
  17. Sep 23, 2011
  18. Sep 13, 2011
  19. Aug 04, 2011
  20. Aug 03, 2011
  21. Jun 14, 2011
  22. May 02, 2011
  23. Apr 30, 2011
  24. Mar 26, 2011
  25. Jan 26, 2011
  26. Jan 25, 2011
  27. Jan 19, 2011
  28. Oct 01, 2010
  29. 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
  30. Sep 06, 2010
  31. Sep 02, 2010
  32. Aug 29, 2010
  33. Aug 26, 2010
  34. Aug 04, 2010
  35. Jul 13, 2010
  36. Jun 30, 2010
Loading