Skip to content
Snippets Groups Projects
  1. May 11, 2018
  2. Feb 19, 2018
  3. 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
  4. Oct 27, 2014
    • Oliver Sander's avatar
      Interpolation functions that works by retracting onto a tangent space · 26974e80
      Oliver Sander authored
      This is the interpolation method used by Ingo Münch and Wolfgang Müller for
      Cosserat materials.  My implementation is only able to do all that I needed
      for the illustrations in the GAMM Rundbrief article.  I'm sure there'll be
      more fixes needed if you actually want to do finite elements with this.
      
      [[Imported from SVN: r9940]]
      26974e80
  5. Sep 30, 2014
  6. Mar 24, 2014
Loading