Skip to content
Snippets Groups Projects
  1. Feb 07, 2024
  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 08, 2024
  4. Jan 05, 2024
  5. Oct 27, 2023
  6. May 24, 2023
  7. May 22, 2023
  8. May 16, 2023
    • Sander, Oliver's avatar
      Reimplement EmbeddedGlobalGFEFunctions in dune-functions style · 980e149b
      Sander, Oliver authored
      The old style has been deprecated for a long time, and is not
      supported by dune-fufem anymore.
      
      (In particular, the code discretizationerror.hh now requires
      functions to satisfy the dune-functions function interface.)
      
      In the wake of this, compute-disc-error.cc gets a number
      of changes.  Let's hope I didn't screw up anything.
      980e149b
    • 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
    • Sander, Oliver's avatar
      Replace std::tie by std::make_tuple · ed1173f7
      Sander, Oliver authored
      The code erroneously used std::tie to combine two local variables
      to a single return value.  That may fail because std::tie produces
      a tuple of references.  Once the method has returned these references
      may or may not be valid anymore.  I am surprised that this bug
      has not caused trouble much earlier.
      ed1173f7
  9. Apr 24, 2023
  10. Apr 20, 2023
  11. Apr 17, 2023
  12. Mar 15, 2023
  13. Mar 12, 2023
  14. Mar 10, 2023
  15. Aug 30, 2022
  16. Jul 12, 2022
  17. Jan 28, 2022
    • AlexanderMueller's avatar
      Add Simo-Fox shell model · 08e637de
      AlexanderMueller authored and Sander, Oliver's avatar Sander, Oliver committed
      This commit adds the energy implementat for the nonlinear Reissner-Mindlin
      shell model known as the Simo and Fox shell model.
      
      Details may be found in
      
        "A consistent finite element formulation of the geometrically
         non-linear Reissner-Mindlin shell model [Müller, Bischoff]"
      08e637de
  18. Nov 09, 2021
  19. Oct 28, 2021
  20. Aug 19, 2021
  21. Jul 09, 2021
Loading