Skip to content
Snippets Groups Projects
  1. Apr 24, 2023
  2. Apr 20, 2023
  3. Apr 17, 2023
  4. Mar 15, 2023
  5. Jul 11, 2022
  6. Jan 22, 2022
  7. Nov 16, 2021
  8. Aug 19, 2021
  9. Jul 02, 2021
    • Lisa Julia Nebel's avatar
      Fix error in nonplanarcosseratshellenergy · 3ad0e2c6
      Lisa Julia Nebel authored
      The contravariant base vectors were not calculated correctly.
      The contravariant base vectors are the *columns* of the inverse of the covariant matrix, not the rows.
      To fix this, take the rows of the transpose of inverse of the covariant matrix.
      3ad0e2c6
  10. Apr 22, 2021
  11. Nov 05, 2020
  12. Oct 08, 2020
  13. Oct 06, 2020
  14. Sep 02, 2020
  15. 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
  16. Oct 07, 2019
  17. May 16, 2019
    • Sander, Oliver's avatar
      Fix typo in a loop · 84accb37
      Sander, Oliver authored
      This to clang for pointing out the problem.  I had not noticed it before
      because the code was only wrong for dimworld<3, which I never tried.
      84accb37
  18. Dec 18, 2018
  19. Apr 11, 2018
  20. Jan 26, 2016
  21. Jan 24, 2016
    • Sander, Oliver's avatar
      Fix one issue that prevented the code to compile with dimworld!=3 · e3984639
      Sander, Oliver authored
      I want this file with dimworld!=3 grids, even though it only makes sense
      to use it if dimworld==3.
      
      With this patch the file still does not compile.  However, the only remaining
      problem is the hacky computation of the surface normals, which needs to be
      rewritten in full generality soon anyway.
      e3984639
  22. Jan 22, 2016
  23. Dec 27, 2015
Loading