Skip to content
Snippets Groups Projects
  1. Dec 18, 2013
  2. Oct 02, 2013
  3. Sep 23, 2013
  4. Sep 21, 2013
  5. Sep 17, 2013
  6. 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
  7. Sep 01, 2013
  8. Aug 17, 2013
  9. Jul 02, 2013
  10. Jun 06, 2013
  11. May 30, 2013
  12. May 24, 2013
  13. Apr 08, 2013
  14. Apr 05, 2013
  15. Mar 18, 2013
  16. Mar 13, 2013
  17. Mar 07, 2013
  18. Feb 02, 2013
  19. Jan 21, 2013
  20. Jan 17, 2013
  21. Dec 16, 2012
  22. Oct 29, 2012
  23. Oct 18, 2012
  24. Oct 01, 2012
  25. Sep 29, 2012
  26. Sep 19, 2012
  27. Jun 11, 2012
  28. May 07, 2012
  29. Apr 13, 2012
  30. Feb 17, 2012
  31. Feb 04, 2012
  32. Feb 03, 2012
  33. Jan 31, 2012
  34. Jan 27, 2012
  35. Jan 26, 2012
  36. Jan 18, 2012
  37. 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
  38. Dec 13, 2011
Loading