Skip to content
Snippets Groups Projects
  1. Jan 26, 2012
  2. Jan 25, 2012
  3. Jan 24, 2012
  4. Jan 23, 2012
  5. Jan 21, 2012
  6. Jan 19, 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
    • Emilie Marchandise's avatar
      repaired gLevelset DistGeom · d10fac45
      Emilie Marchandise authored
      d10fac45
    • Emilie Marchandise's avatar
      oups · a681ee80
      Emilie Marchandise authored
      a681ee80
    • Emilie Marchandise's avatar
      No commit message · b00349f4
      Emilie Marchandise authored
      No commit message
      b00349f4
    • Emilie Marchandise's avatar
      fixed bug in dist geom levelset · 67d771be
      Emilie Marchandise authored
      67d771be
  9. Jan 14, 2012
  10. Jan 13, 2012
  11. Jan 10, 2012
  12. Jan 05, 2012
  13. Jan 04, 2012
  14. Jan 03, 2012
  15. Jan 01, 2012
  16. Dec 27, 2011
    • Christophe Geuzaine's avatar
      · 042b23e9
      Christophe Geuzaine authored
      We should really clean up the mess that "reparamOnXXX" has become. Introducing one more horrible "haveParametrization()" member function to add to the general insanity :-)
      
      042b23e9
  17. Dec 24, 2011
  18. Dec 22, 2011
  19. Dec 21, 2011
  20. Dec 20, 2011
Loading