Skip to content
Snippets Groups Projects
  1. Jul 09, 2021
  2. Feb 08, 2021
  3. Nov 05, 2020
  4. Oct 12, 2020
  5. May 20, 2020
  6. 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
  7. Jun 01, 2019
  8. May 14, 2019
  9. 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
  10. Apr 17, 2018
  11. Apr 11, 2018
  12. Jan 30, 2016
  13. Jan 27, 2016
  14. 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
  15. Apr 15, 2015
  16. Mar 20, 2015
  17. 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
  18. Feb 06, 2015
Loading