Skip to content
Snippets Groups Projects
  1. Jan 24, 2016
  2. Jan 23, 2016
  3. Jan 22, 2016
  4. Jan 20, 2016
  5. Jan 19, 2016
  6. Jan 17, 2016
  7. Jan 10, 2016
  8. Jan 09, 2016
  9. Jan 04, 2016
  10. Dec 31, 2015
  11. 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
  12. Dec 28, 2015
  13. Dec 27, 2015
  14. Dec 26, 2015
  15. Dec 19, 2015
  16. Dec 09, 2015
  17. Dec 06, 2015
  18. Dec 03, 2015
Loading