Skip to content
Snippets Groups Projects
  1. Jun 14, 2019
  2. Jun 01, 2019
  3. May 22, 2019
  4. May 17, 2019
  5. May 16, 2019
  6. May 14, 2019
  7. May 04, 2019
    • Sander, Oliver's avatar
      Merge mixed-cosserat-continuum.cc into cosserat-continuum.cc · 28971b3a
      Sander, Oliver authored
      These two files are very similar, and merging them will reduce
      maintenance effort in the future.  As of this patch, there is
      now quite a number of preprocessor directives in the new merged
      cosserat-continuum.cc.  That is not pretty, but the new state
      is still much easier to maintain than two completely separate
      files.  What is more, I hope to be able to reduce some of that
      preprocessor trickery by smarter use of the dune-functions
      basis trees.
      28971b3a
  8. May 03, 2019
  9. Jan 09, 2019
  10. Jan 03, 2019
  11. Dec 18, 2018
  12. Nov 23, 2018
  13. Nov 22, 2018
  14. Oct 04, 2018
  15. Sep 06, 2018
  16. May 30, 2018
  17. May 22, 2018
  18. May 11, 2018
    • Sander, Oliver's avatar
      Measure error for SO(3) in matrix space · 93110baf
      Sander, Oliver authored
      Previously, the error norms where computed in the respective global
      embedding space of the TargetSpace.  For the case of Rotation<3>
      this was the space of quaternions, because this is how the
      Rotation class is implemented.  However, this does not lead to
      correct results.  Therefore, this patch adds special handling
      for Rotation<3>, and computes the errors norms in the space of
      3x3 matrices.
      93110baf
Loading