Skip to content
Snippets Groups Projects
  1. Nov 18, 2024
  2. Nov 15, 2024
  3. Oct 28, 2024
  4. Aug 21, 2024
  5. Jul 06, 2024
  6. Feb 07, 2024
  7. Jan 15, 2024
    • Sander, Oliver's avatar
      Replace RigidBodyMotion by ProductManifold · 25239378
      Sander, Oliver authored
      The ProductManifold class generalizes RigidBodyMotion, and can do
      everything that the RigidBodyMotion class can.  Therefore there is
      no point in keeping RigidBodyMotion any longer.  Having two
      implementations for the same thing will just confuse people.
      25239378
  8. Jan 05, 2024
  9. Oct 27, 2023
  10. May 24, 2023
  11. Apr 22, 2021
  12. Feb 16, 2021
  13. 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
      Write the rod3d result using dune-vtk · 4ad9d9a9
      Sander, Oliver authored
      This is a prerequisite to a) support for higher-order FE,
      and b) getting rid of the hand-written CosseratVTKWriter.
      4ad9d9a9
    • 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
      Remove the RodAssembler class · 33fd5621
      Sander, Oliver authored
      GeodesicFEAssembler can replace it without problems.
      33fd5621
  14. Nov 08, 2020
  15. Nov 05, 2020
  16. Feb 11, 2020
  17. Jun 14, 2019
  18. Jun 01, 2019
  19. Dec 08, 2014
  20. Jan 22, 2014
  21. Dec 12, 2013
Loading