Skip to content
Snippets Groups Projects
  1. Jan 12, 2016
  2. Jan 07, 2016
  3. Jan 02, 2016
  4. Dec 22, 2015
  5. Dec 21, 2015
  6. Dec 18, 2015
  7. Nov 03, 2015
  8. Oct 29, 2015
    • Thomas Fetzer's avatar
      Merge branch 'feature/crossproduct-update' into 'master' · 8cb87079
      Thomas Fetzer authored
      [math] (Re-)implement cross product in 2d/3d
      
      This makes the old cross-product more efficient. The old version
      initialized a FieldVector with zeros and then filled it. The
      new version builds it's directly using consise bracket notation.
      The result can be moved without creating a copy.
      
      Implement a cross product in 2d that returns a scalar.
      Not mathematically clean but still useful.
      
      2d and 3d cross products now explicitly only work in 2d and 3d.
      Other dimensions will trigger a compiler error.
      
      See merge request !14
      8cb87079
    • Bernd Flemisch's avatar
      Merge branch 'feature/externalscript' into 'master' · df0eee34
      Bernd Flemisch authored
      Feature/externalscript
      
      Unfortunately this contains some other commits which should have gone directly to master. I apologize for this mistake.
      
      See merge request !12
      df0eee34
    • Timo Koch's avatar
      [math] (Re-)implement cross product in 2d/3d · 979452c1
      Timo Koch authored
      This makes the old cross-product more efficient. The old version
      initialized a FieldVector with zeros and then filled it. The
      new version builds it's directly using consise bracket notation.
      The result can be moved without creating a copy.
      
      Implement a cross product in 2d that returns a scalar.
      Not mathematically clean but still useful.
      
      2d and 3d cross products now explicitly only work in 2d and 3d.
      Other dimensions will trigger a compiler error.
      979452c1
    • Thomas Fetzer's avatar
      Merge branch 'fix/gnuplotterminal' into 'master' · 6333c1bf
      Thomas Fetzer authored
      [gnuplot] Do not set terminal as default
      
      Gnuplot will pick a default terminal itself. If you
      change the number of plotting windows a terminal has to be
      specified. If not specified by the user the default is x11.
      
      See merge request !13
      6333c1bf
    • Thomas Fetzer's avatar
      4c21ca71
    • Timo Koch's avatar
      [gnuplot] Do not set terminal as default · 205f9cd1
      Timo Koch authored
      Gnuplot will pick a default terminal itself. If you
      change the number of plotting windows a terminal has to be
      specified. If not specified by the user the default is x11.
      205f9cd1
    • Thomas Fetzer's avatar
  9. Oct 28, 2015
  10. Oct 22, 2015
  11. Oct 21, 2015
  12. Oct 19, 2015
Loading