Skip to content
Snippets Groups Projects
  1. Nov 10, 2015
  2. Nov 06, 2015
  3. Nov 05, 2015
  4. Nov 04, 2015
  5. Nov 03, 2015
  6. 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
Loading