Skip to content
Snippets Groups Projects
  1. Jan 30, 2016
  2. Jan 29, 2016
  3. Jan 27, 2016
  4. Jan 26, 2016
  5. Jan 24, 2016
  6. Jan 23, 2016
  7. Jan 22, 2016
  8. Jan 20, 2016
  9. Jan 19, 2016
  10. Jan 17, 2016
  11. Jan 10, 2016
  12. Jan 09, 2016
  13. Jan 04, 2016
  14. Dec 31, 2015
  15. Dec 29, 2015
    • Sander, Oliver's avatar
      Introduce a dedicated class LocalQuickAndDirtyFEFunction to produce initial... · a617d51f
      Sander, Oliver authored
      Introduce a dedicated class LocalQuickAndDirtyFEFunction to produce initial iterates for the GFE minimization problems
      
      Previously, a LocalProjectedFEFunction was used for this.  This turned out to be a bad idea for two reasons:
      - Evaluating such a function can actually pretty expensive.  For example,
        to project onto SO(3), the polar decomposition needs to be evaluated by
        an iterative method.
      - Screwing up the LocalProjectedFEFunction implementation can actually screw up
        the GFE implementation as well in very subtle ways.  Specifically, if the
        LocalProjectedFEFunction is not ADOL-C-differentiable, then the GFE function
        will not be differentiable, either.  This fact cost me a few hours searching...
      a617d51f
  16. Dec 28, 2015
  17. Dec 27, 2015
  18. Dec 26, 2015
    • Sander, Oliver's avatar
      Give the DR tensor variable the correct dimensions · 03003367
      Sander, Oliver authored
      The old version kept was too big, and kept a useless row of zeros around.
      Removing this row should lead to a tiny increase in efficiency.  More importantly,
      it gets us closer to the CosseratEnergyLocalStiffness class again, which
      is scheduled to replace MixedCosseratEnergy eventually.
      03003367
Loading