Skip to content
Snippets Groups Projects
  1. Dec 18, 2019
  2. Oct 22, 2019
    • Sander, Oliver's avatar
      Move the computeDR method to the Rotation class · 207ce563
      Sander, Oliver authored
      Because it really is a functionality of rotation matrices in quaternion
      representation.  Only the Cosserat energies use it at the moment, but
      this is coincidental.
      
      In the same process, the method is renamed to quaternionTangentToMatrixTangent.
      That seems to be a more telling name.
      207ce563
  3. Oct 21, 2019
    • Sander, Oliver's avatar
      New test for the RigidBodyMotion class · dde70eb7
      Sander, Oliver authored
      In particular, we move the test for the computeDR method from
      cosseratenergytest.cc to here.  It is a method that does not
      have anything to do with Cosserat mechanics directly.
      
      The test still seems overly complicated.  Do I really need
      a LocalGeodesicFEFunction?  Maybe I can simplify it later.
      dde70eb7
    • Sander, Oliver's avatar
      Fix cosseratenergytest · 9ba69882
      Sander, Oliver authored
      * Do not test with configurations that result in zero-area elements
        (because the energy is inf in these cases).
      * Test for the relative energy difference, rather than the absolute one,
        because the energy values can get very large.
      9ba69882
    • Sander, Oliver's avatar
      Fix a typo · 40f3bbe5
      Sander, Oliver authored
      40f3bbe5
  4. 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
  5. 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
  6. Oct 08, 2019
  7. Jul 09, 2019
  8. May 29, 2019
  9. May 17, 2019
  10. May 16, 2019
  11. Sep 06, 2018
Loading