Skip to content
Snippets Groups Projects
  1. May 14, 2014
  2. May 13, 2014
  3. May 12, 2014
  4. Apr 23, 2014
  5. Apr 09, 2014
  6. Mar 24, 2014
  7. Mar 22, 2014
  8. Mar 21, 2014
  9. Mar 19, 2014
  10. Jan 22, 2014
  11. Jan 09, 2014
  12. Dec 13, 2013
  13. Dec 12, 2013
  14. Dec 10, 2013
  15. Dec 09, 2013
    • Oliver Sander's avatar
      Don't recompute energy just for the screen output · d3b37367
      Oliver Sander authored
      We have the correct value in the variable 'oldEnergy' anyway.
      
      [[Imported from SVN: r9575]]
      d3b37367
    • Oliver Sander's avatar
      Revert patch 9558 · 5b63350b
      Oliver Sander authored
      We normalize unit vectors again in the constructor and the assignment operator.
      This makes sure we never drift away from the unit sphere, and it also allows
      us to init unit spheres with any value in R^n and be sure we obtain a unit
      vector.  This makes the test pass again.  Leaving the projection out didn't
      really make a measurable difference anyway.
      
      [[Imported from SVN: r9574]]
      5b63350b
    • Oliver Sander's avatar
      Show the total number of operations · 49487c44
      Oliver Sander authored
      [[Imported from SVN: r9572]]
      49487c44
  16. Dec 08, 2013
  17. Dec 06, 2013
  18. Dec 05, 2013
    • Oliver Sander's avatar
      Get rid of method exp(p, EmbeddedTangentVector) completely. · a2df8a93
      Oliver Sander authored
      There is one copy which takes FieldVector<T,4> as its second argument.
      Since EmbeddedTangentVector ( = Quaternion<T>) derives from FieldVector<T,4>,
      that second implementation should work in all cases.
      
      [[Imported from SVN: r9560]]
      a2df8a93
    • Oliver Sander's avatar
      Move methods exp with similar arguments next to each other · 3176314d
      Oliver Sander authored
      The methods 
      
      Rotation<T,3> exp(const Rotation<T,3>& p, const EmbeddedTangentVector& v) 
      
      and
      
      otation<T,3> exp(const Rotation<T,3>& p, const Dune::FieldVector<T,4>& v)
      
      do literally the same.  So they should be next to each other in the code.
      
      [[Imported from SVN: r9559]]
      3176314d
Loading