Skip to content
Snippets Groups Projects
  1. Jun 10, 2021
  2. Jan 19, 2021
  3. Nov 20, 2020
    • Sander, Oliver's avatar
      Support rod discretizations of any order · 3fd15b9e
      Sander, Oliver authored
      So far, the Cosserat rod energy implementation hat a first-order
      finite element space hardcoded.  This patch removes that restriction.
      As for the other models in this Dune module, the finite element basis
      is now a template parameter of the model energy, and can be set to
      any reasonable basis.
      3fd15b9e
  4. Oct 07, 2019
    • Sander, Oliver's avatar
      Remove various binary operators when using dune-common 2.7 · f157ef50
      Sander, Oliver authored
      The dune-common 2.7 release finally adds all those standard
      binary addition, multiplication, etc operators for FieldVector
      and FieldMatrix.  Hence we do not have to have our own
      implementation anymore.  We still keep it for backward-
      compatibility with dune-common 2.6, but guard it behind
      cpp conditionals.
      f157ef50
  5. Jan 15, 2018
  6. Dec 21, 2017
  7. Jan 17, 2016
    • Sander, Oliver's avatar
      Use Higham's method instead of the SVD to compute the polar decomposition · bbc89660
      Sander, Oliver authored
      The method using the SVD works in principle.  However, it does not play nicely
      with automatic differentiation, because singular values are not always differentiable.
      
      The method proposed by Higham to compute the polar factor, on the other hand,
      is a Newton method at heart.  Therefore, it can be used together with AD without
      problems.
      bbc89660
  8. Oct 16, 2015
  9. Mar 15, 2015
  10. Mar 14, 2015
  11. Feb 12, 2015
  12. Sep 30, 2014
  13. Mar 24, 2014
Loading