Skip to content
Snippets Groups Projects
  1. Oct 28, 2024
  2. Oct 07, 2024
  3. Mar 24, 2024
  4. Mar 19, 2024
  5. 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
  6. Dec 04, 2023
  7. Nov 23, 2023
  8. Oct 27, 2023
  9. May 24, 2023
  10. May 22, 2023
  11. May 16, 2023
    • Sander, Oliver's avatar
      Replaced GlobalGeodesicFEFunction by a new one GlobalGFEFunction · 6e67d974
      Sander, Oliver authored
      There are two important changes:  First of all, the new class implements
      the `dune-functions` interface rather than the deprecated one based
      on inheritance from `VirtualGridViewFunction`. Secondly, the new class
      does not hard-wire geodesic interpolation anymore.  Rather, you can
      give it interpolation classes which then govern how interpolation is done.
      
      This change was long overdue.  It was now needed to make
      gradient-flow.cc compile with the post 2.9 version of dune-fufem again.
      6e67d974
  12. Apr 24, 2023
  13. Apr 20, 2023
  14. Mar 15, 2023
  15. Mar 03, 2022
  16. Mar 02, 2022
    • Sander, Oliver's avatar
      Fix bug in method RealTuple::log · 6b5d17d1
      Sander, Oliver authored
      Calling log(a,b) returned a-b instead of b-a.
      
      Also, enable unit tests for the RealTuple class.  The current test
      will not trigger the bug in the log method: that will come shortly.
      
      Finally, this commit is the first that mentions its user-facing
      changes in the newly introduced CHANGELOG.md file.
      6b5d17d1
Loading