Skip to content
Snippets Groups Projects
  1. Dec 18, 2018
  2. Nov 23, 2018
  3. Nov 22, 2018
  4. Oct 04, 2018
  5. Sep 20, 2018
  6. Sep 06, 2018
  7. Aug 18, 2018
  8. Jun 19, 2018
  9. May 30, 2018
  10. May 24, 2018
    • Sander, Oliver's avatar
      Don't ever store the derivative -- only compute its norm · f901bfba
      Sander, Oliver authored
      The main reason for this is that it is apparently needed for situations
      where the grid dimension is not the world dimension.  It is a bit
      shorter two.  I was hoping that it would also be faster, because we
      eliminate an intermediate matrix object.  However, preliminary tests
      have not shown any differences.
      f901bfba
  11. May 22, 2018
  12. 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
Loading