Skip to content
Snippets Groups Projects
  1. Nov 12, 2024
  2. Oct 28, 2024
  3. Mar 24, 2024
  4. Apr 20, 2023
  5. 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
  6. Nov 09, 2021
  7. Jul 09, 2021
  8. Feb 08, 2021
  9. Nov 05, 2020
  10. Oct 12, 2020
  11. May 20, 2020
  12. Jun 14, 2019
    • Sander, Oliver's avatar
      Remove the program rod-eoc · fadc99d3
      Sander, Oliver authored
      It combined computing rod configurations and their discretization
      errors.  Nowadays the way to do that is to use rod3d.cc for the
      rod configurations, and compute-disc-errors.cc for the errors.
      Hence rod-eoc.cc is not needed anymore and can go.
      fadc99d3
  13. Jun 01, 2019
  14. May 14, 2019
  15. May 04, 2019
    • Sander, Oliver's avatar
      Merge mixed-cosserat-continuum.cc into cosserat-continuum.cc · 28971b3a
      Sander, Oliver authored
      These two files are very similar, and merging them will reduce
      maintenance effort in the future.  As of this patch, there is
      now quite a number of preprocessor directives in the new merged
      cosserat-continuum.cc.  That is not pretty, but the new state
      is still much easier to maintain than two completely separate
      files.  What is more, I hope to be able to reduce some of that
      preprocessor trickery by smarter use of the dune-functions
      basis trees.
      28971b3a
  16. Apr 17, 2018
  17. Apr 11, 2018
  18. Jan 30, 2016
  19. Jan 27, 2016
  20. Jan 23, 2016
    • Sander, Oliver's avatar
      New program to measure discretization errors · 2dc6fe3b
      Sander, Oliver authored
      Here is a new program that does nothing but compute discretization errors:
      that is L2 and H1 norms of differences between two functions.  The reference
      function can be either discrete or given in closed form (the latter is not
      enabled yet).
      
      So far I have only used this program to measure discretization errors of
      Cosserat shell models, and I did *not* get the error behavior I expected.
      So either the error behavior of such shells is weird, or this new measurement
      program is still buggy.
      2dc6fe3b
  21. Apr 15, 2015
  22. Mar 20, 2015
  23. Mar 14, 2015
    • Oliver Sander's avatar
      Also build 'harmonicmaps' · 2dcbd361
      Oliver Sander authored
      While we are there, set all the flags in a loop, so we don't have
      to keep copying boilerplate code as the number of programs to build
      increases.
      
      [[Imported from SVN: r10074]]
      2dcbd361
  24. Feb 06, 2015
Loading