Skip to content
Snippets Groups Projects
  1. Jul 12, 2022
  2. Mar 03, 2022
    • Sander, Oliver's avatar
      Test (some of) the exp and log methods · c20c7471
      Sander, Oliver authored
      This triggers bugs in the Rotation and RigidBodyMotion classes.
      
      In particular, it triggers what Jonathan Youett fixed in the
      never-merged merge request
      
        !2
      
      These bugs are fixed in this commit, too:
      * The RigidBodyMotion class gets a `log` method
      * The Rotation<3>::log method now returns EmbeddedTangentVector
        instead of TangentVector.
      c20c7471
  3. Feb 25, 2022
  4. Oct 22, 2019
    • Sander, Oliver's avatar
      Move the computeDR method to the Rotation class · 207ce563
      Sander, Oliver authored
      Because it really is a functionality of rotation matrices in quaternion
      representation.  Only the Cosserat energies use it at the moment, but
      this is coincidental.
      
      In the same process, the method is renamed to quaternionTangentToMatrixTangent.
      That seems to be a more telling name.
      207ce563
  5. Feb 21, 2016
  6. Aug 21, 2014
  7. Mar 19, 2014
  8. Sep 03, 2013
  9. Feb 14, 2013
  10. Nov 12, 2011
  11. Oct 25, 2011
  12. Oct 21, 2011
  13. Oct 13, 2011
    • Oliver Sander's avatar
      Add a very crude implementation of a 3x3 skew-symmetric matrix. · 19ff44ef
      Oliver Sander authored
      And use it to implement the Rotation<3> class.  This makes the
      Rotation implementation easier to understand.  Previously we
      have used a FieldVector<3> when a skew matrix was meant.
      This leads to confusion now that we also use quaternions as
      tangent vectors of SO(3).  In local coordinates, these also
      have 3 entries.  Adding the new skew matrix class makes it
      clearer what kind of mathematical object is meant.
      
      [[Imported from SVN: r7897]]
      19ff44ef
  14. Aug 19, 2011
  15. Aug 11, 2011
  16. Jun 13, 2011
  17. Jun 10, 2011
  18. Jun 06, 2011
  19. May 30, 2011
  20. Jan 14, 2011
  21. Jan 10, 2011
  22. Jan 09, 2011
  23. Oct 07, 2010
  24. Apr 22, 2010
  25. Apr 19, 2009
  26. Apr 18, 2009
  27. Apr 17, 2009
  28. Apr 16, 2009
Loading