Skip to content
Snippets Groups Projects
  1. Nov 20, 2020
    • 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
  2. Nov 08, 2020
  3. Nov 05, 2020
  4. Oct 28, 2020
  5. Oct 21, 2020
  6. Oct 12, 2020
  7. Oct 06, 2020
  8. Sep 18, 2020
  9. Sep 03, 2020
  10. Jun 08, 2020
  11. May 20, 2020
  12. May 14, 2020
  13. May 13, 2020
  14. Feb 18, 2020
  15. Feb 11, 2020
  16. Jan 29, 2020
  17. Oct 07, 2019
Loading