Skip to content
Snippets Groups Projects
  1. Dec 18, 2018
  2. Oct 04, 2018
  3. Sep 06, 2018
  4. May 11, 2018
    • Sander, Oliver's avatar
      Measure error for SO(3) in matrix space · 93110baf
      Sander, Oliver authored
      Previously, the error norms where computed in the respective global
      embedding space of the TargetSpace.  For the case of Rotation<3>
      this was the space of quaternions, because this is how the
      Rotation class is implemented.  However, this does not lead to
      correct results.  Therefore, this patch adds special handling
      for Rotation<3>, and computes the errors norms in the space of
      3x3 matrices.
      93110baf
  5. Jan 05, 2018
  6. Dec 12, 2017
  7. Dec 06, 2017
  8. May 12, 2016
  9. Mar 22, 2016
  10. Feb 27, 2016
  11. Feb 25, 2016
  12. Feb 21, 2016
  13. Feb 11, 2016
  14. Jan 26, 2016
  15. 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
Loading