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