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