Skip to content
Snippets Groups Projects
  1. Feb 07, 2024
    • Sander, Oliver's avatar
      Remove adolctest-scalar-and-vector-mode.cc · b2353f27
      Sander, Oliver authored
      ADOL-C can compute all derivatives with two different modes:
      scalar- and vector mode.  In theory they should produce exactly
      the same results, but sometimes there are bugs (I have found
      a few of those myself).  adolctest-scalar-and-vector-mode tested
      whether the two modes produced the same result for a particular
      Cosserat configuration.
      
      I do not think that dune-gfe is the right place for such a test.
      It tests for bugs in ADOL-C itself, and that is the job of
      ADOL-C's own test suite.  Consequently, I am removing the test.
      b2353f27
  2. 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
  3. Jan 02, 2024
    • Sander, Oliver's avatar
      Reenable cosseratrodtest · 5d2f5adc
      Sander, Oliver authored
      Previously, the test mysteriously failed on the CI system, but not locally.
      I recently tried again and the CI test passed again.  I don't understand
      what was going on, but for the time being let's enable the test again.
      5d2f5adc
  4. Nov 23, 2023
  5. Nov 21, 2023
  6. May 22, 2023
    • Sander, Oliver's avatar
      Disable cosseratrodtest · 42686a3f
      Sander, Oliver authored
      It run-time fails on the CI system for unknown reasons.
      I don't currently have the time to spend more time debugging this.
      Therefore, this patch simply disables the test and leaves a note.
      42686a3f
  7. May 16, 2023
  8. Mar 11, 2023
  9. Jan 22, 2022
    • Lisa Julia Nebel's avatar
      Move the polar decomposition to a separate file and add the algorithm by... · be93c8bd
      Lisa Julia Nebel authored
      Move the polar decomposition to a separate file and add the algorithm by Higham and Noferini (from Robin Fraenzel)
      
      In the test for the Higham and Noferini algorithm, we see:
      Unfortunately, for matrices that are close to an orthogonal matrix, this algorithm is
      about 2x slower. One can benefit from the Higham and Noferini algorithm only if the
      matrix is quite far away from an orthogonal one.
      be93c8bd
  10. Nov 16, 2021
  11. Jul 09, 2021
  12. Jul 02, 2021
  13. Feb 16, 2021
  14. Feb 08, 2021
  15. Jan 19, 2021
  16. Nov 20, 2020
  17. Oct 12, 2020
  18. Sep 24, 2020
    • Lisa Julia Nebel's avatar
      Add a GeodesicFEAssemblerWrapper - it wraps a MixedGFEAssembler so it can be... · aa03e106
      Lisa Julia Nebel authored
      Add a GeodesicFEAssemblerWrapper - it wraps a MixedGFEAssembler so it can be used like a GeodesicFEAssembler
      
      The GeodesicFEAssemblerWrapper assembles the Gradient and the Hessian using the MixedGFEAssembler and then
      resturctures them so they can be used with the normal RiemannianTRSolver.
      This only works, if the FE spaces have the same order.
      aa03e106
  19. Jan 29, 2020
  20. Jan 19, 2020
    • Sander, Oliver's avatar
      Delete the class GlobalGFETestFunction · 18b28b45
      Sander, Oliver authored
      I wrote it without a clear idea of what is needed of such a
      test function, and I never finished it.  Now it is unclear
      what the code does or is supposed to do, so let's just
      remove it.
      18b28b45
  21. Oct 21, 2019
    • Sander, Oliver's avatar
      New test for the RigidBodyMotion class · dde70eb7
      Sander, Oliver authored
      In particular, we move the test for the computeDR method from
      cosseratenergytest.cc to here.  It is a method that does not
      have anything to do with Cosserat mechanics directly.
      
      The test still seems overly complicated.  Do I really need
      a LocalGeodesicFEFunction?  Maybe I can simplify it later.
      dde70eb7
  22. Jul 09, 2019
  23. May 16, 2019
    • Sander, Oliver's avatar
      Remove interillustration.cc · 38ae6cbe
      Sander, Oliver authored
      It is no test.  Rather, it is a program I used to create illustrations
      for the paper on GFE test functions (arXiv:1607.07479).  I moved the
      program into the git repository of that paper.
      38ae6cbe
    • Sander, Oliver's avatar
      Remove nestednesstest.cc · 57b82803
      Sander, Oliver authored
      This was never a real test.  Rather, it was I toy for me to test
      a mathematical property of GFE functions which is known to be
      false anyway.
      57b82803
  24. Apr 05, 2018
  25. Jan 26, 2016
  26. Oct 07, 2015
  27. Jun 19, 2015
Loading