Skip to content
Snippets Groups Projects
  1. Oct 05, 2022
  2. Jul 11, 2022
  3. Nov 09, 2021
  4. 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
    • Sander, Oliver's avatar
      Rename RodLocalStiffness to Dune::GFE::CosseratRodEnergy · 2c5aa41d
      Sander, Oliver authored
      It is not a 'stiffness' anymore, but really only implements the
      energy.
      2c5aa41d
    • Sander, Oliver's avatar
      Use ADOL-C for derivatives of the rod energy · da55ad7a
      Sander, Oliver authored
      Previously, the rod3d code used a hand-implemented first derivative
      of the rod energy, and FD for the second derivatives.  This patch
      replaces this by ADOL-C for both first and second derivatives.
      Advantages are:
      * The code is much shorter, and easier to understand.
      * The previous code contained interpolation formulae for
        first-order 1d geodesic finite elements.  This restricted
        rod problems to first-order GFE.  A follow-up patch will
        allow higher-order approximations.
      * The new code runs roughly twice as fast.
      da55ad7a
    • Sander, Oliver's avatar
      Move all rod stress and strain methods to local energy implementation · ac686e40
      Sander, Oliver authored
      As a first step towards getting rid of the RodAssembler class,
      this patch moves the getStrain, getStress, and getResultantForce
      methods to the RodLocalStiffness class.  I am not 100% convinced
      that that is the best place for them, but I can't think of a
      better one right now.
      ac686e40
  5. Jun 23, 2019
  6. Jun 14, 2019
  7. May 17, 2019
  8. Sep 06, 2018
  9. May 11, 2018
  10. Feb 19, 2018
  11. Jan 30, 2016
  12. Oct 18, 2015
  13. Oct 16, 2015
  14. Mar 23, 2015
  15. Dec 08, 2014
  16. Jan 04, 2012
  17. Nov 15, 2011
  18. Nov 12, 2011
  19. Oct 04, 2011
  20. Aug 11, 2011
  21. Jul 13, 2011
  22. Apr 01, 2011
  23. Apr 22, 2010
  24. Mar 07, 2010
  25. Feb 26, 2010
  26. Apr 23, 2009
Loading