Skip to content
Snippets Groups Projects
  1. Mar 15, 2023
  2. Jul 11, 2022
  3. Apr 20, 2022
  4. Aug 19, 2021
  5. Nov 20, 2020
    • Sander, Oliver's avatar
      Find std math functions by ADL · 87e1da6f
      Sander, Oliver authored
      ADOL-C implements most standard math functions for its
      'adouble' type, and they are not in the namespace 'std'.
      dune-fufem contains a file adolcnamespaceinjections.hh
      which imports some of these methods into the 'std'
      namespace, but that is not the proper way to do it.
      Rather, they should be found by argument-dependent
      lookup (ADL), that is
      
        using std::sin;
        auto v = sin(x);
      87e1da6f
  6. Nov 05, 2020
  7. Oct 06, 2020
  8. Sep 18, 2020
  9. Sep 02, 2020
  10. 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
  11. Oct 07, 2019
  12. Aug 18, 2018
  13. Jan 02, 2018
  14. Jan 22, 2016
  15. Jan 17, 2016
  16. Dec 28, 2015
  17. Dec 27, 2015
  18. Dec 19, 2015
    • Sander, Oliver's avatar
      Make the DR variable smaller · ce89b4ed
      Sander, Oliver authored
      The DR variable (the derivative of the microrotation R wrt space) had dimensions 3x3x3.
      This is two big in a shell context, because there are actually only two space dimensions.
      Hence the correct size is 3x3xgridDim.
      
      The results without this patch were not wrong, though, only a bit wasteful.
      ce89b4ed
    • Sander, Oliver's avatar
      Use 'auto' a bit more · c7aca880
      Sander, Oliver authored
      c7aca880
  19. Dec 03, 2015
  20. Mar 19, 2015
  21. Nov 04, 2014
  22. Oct 27, 2014
  23. Aug 28, 2014
  24. Jun 17, 2014
  25. May 22, 2014
  26. Mar 21, 2014
  27. Sep 30, 2013
  28. Sep 06, 2013
  29. Sep 03, 2013
  30. Jul 12, 2013
  31. Jul 03, 2013
Loading