Skip to content
Snippets Groups Projects
  1. Mar 13, 2014
  2. Dec 18, 2013
  3. Oct 02, 2013
  4. Sep 23, 2013
  5. Sep 21, 2013
  6. Sep 17, 2013
  7. Sep 03, 2013
    • Christophe Geuzaine's avatar
      · 392a55ba
      Christophe Geuzaine authored
      * New version of Trevor Strickler's QuadTri patch (+ examples in benchmarks/extrude_quadtri)
      
      * First pass at SU2 mesh export
      
      392a55ba
  8. Sep 01, 2013
  9. Aug 17, 2013
  10. Jul 02, 2013
  11. Jun 06, 2013
  12. May 30, 2013
  13. May 24, 2013
  14. Apr 08, 2013
  15. Apr 05, 2013
  16. Mar 18, 2013
  17. Mar 13, 2013
  18. Mar 07, 2013
  19. Feb 02, 2013
  20. Jan 21, 2013
  21. Jan 17, 2013
  22. Dec 16, 2012
  23. Oct 29, 2012
  24. Oct 18, 2012
  25. Oct 01, 2012
  26. Sep 29, 2012
  27. Sep 19, 2012
  28. Jun 11, 2012
  29. May 07, 2012
  30. Apr 13, 2012
  31. Feb 17, 2012
  32. Feb 04, 2012
  33. Feb 03, 2012
  34. Jan 31, 2012
  35. Jan 27, 2012
  36. Jan 26, 2012
  37. Jan 18, 2012
  38. 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
Loading