Skip to content
Snippets Groups Projects
  1. Mar 05, 2016
    • Sander, Oliver's avatar
      Fix test for first-order bases · 709bad66
      Sander, Oliver authored
      It still tested for the dune-fufem wrapper of a first-order basis, while nowadays
      the RiemannianTRSolver class is instantiated with dune-functions bases.
      709bad66
  2. Mar 01, 2016
  3. Feb 27, 2016
  4. Feb 25, 2016
  5. Feb 21, 2016
  6. Feb 10, 2016
  7. Feb 08, 2016
  8. Jan 30, 2016
  9. Jan 26, 2016
  10. Jan 24, 2016
  11. Jan 22, 2016
  12. Jan 19, 2016
  13. Jan 17, 2016
  14. Jan 10, 2016
  15. Jan 09, 2016
  16. Jan 04, 2016
  17. 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
  18. Dec 28, 2015
  19. Dec 27, 2015
Loading