Skip to content
Snippets Groups Projects
  1. Nov 03, 2015
  2. 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
  3. Oct 28, 2015
  4. Oct 22, 2015
  5. Oct 21, 2015
  6. Oct 19, 2015
  7. Oct 16, 2015
  8. Oct 14, 2015
    • Bernd Flemisch's avatar
      [range-for] adapt the test folder · ca320997
      Bernd Flemisch authored
      Some tests still use the GridView's begin method explicitly in order
      to obtain the first element with which some calculations are
      performed. It should be evaluated if this can be circumvented.
      ca320997
Loading