Skip to content
Snippets Groups Projects
  1. Oct 21, 2019
  2. Oct 11, 2019
    • Sander, Oliver's avatar
      Generalize for different target spaces · 34025912
      Sander, Oliver authored
      34025912
    • Sander, Oliver's avatar
      harmonicenergytest.cc: Only test with points that are mutually close · 6c2eda51
      Sander, Oliver authored
      Previously, this test used a situation with geodesic interpolation
      between two points on the sphere that are almost antipodal.
      This made the TargetSpaceRiemannianTRSolver crash, because the
      weighted sum of squared distances can have indefinite second
      derivatives in such a situation.  In principle, the
      TargetSpaceRiemannianTRSolver should handle this, but nowadays
      it is not actually a TR solver anymore, but a plain local
      Newton method.  Maybe I should revert back to trust-region.
      
      I added a comment to targetspacetrsolver.cc that explains the
      situation a little.
      6c2eda51
  3. Oct 10, 2019
    • Sander, Oliver's avatar
      Remove method testDerivativeTangentiality · 2ea31ce8
      Sander, Oliver authored
      There is really no point in having this method.  Before it is called,
      localgeodesicfefunctiontest already checks whether the derivative
      is correct (by comparing with an FD approximation).  If a derivative
      passes this test it MUST be tangential.  No need to check that
      explicitly.
      2ea31ce8
  4. Oct 08, 2019
  5. Jul 09, 2019
  6. May 29, 2019
  7. May 17, 2019
  8. May 16, 2019
  9. Sep 06, 2018
  10. Jun 19, 2018
  11. May 30, 2018
  12. May 22, 2018
    • Sander, Oliver's avatar
      Update harmonicenergytest.cc · 00b4f2b8
      Sander, Oliver authored
      This makes the test build again.
      
      It also removes the FD test for the gradient of the harmonic energy.
      Since the HarmonicEnergyStiffness class does not implement the
      gradient anymore, there is nothing to test here.
      00b4f2b8
  13. Apr 16, 2018
  14. Apr 05, 2018
Loading