Skip to content
Snippets Groups Projects
  1. 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
    • 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
  2. Apr 24, 2023
  3. Apr 20, 2023
  4. Apr 17, 2023
  5. Mar 15, 2023
  6. Mar 12, 2023
  7. Mar 10, 2023
  8. Aug 30, 2022
  9. Jul 12, 2022
  10. 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
  11. Nov 09, 2021
  12. Oct 28, 2021
  13. Aug 19, 2021
  14. Jul 09, 2021
  15. Jun 10, 2021
  16. May 05, 2021
  17. Apr 22, 2021
Loading