- May 11, 2018
-
-
Sander, Oliver authored
-
- Feb 19, 2018
-
-
Sander, Oliver authored
-
- Dec 29, 2015
-
-
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...
-
- Oct 27, 2014
-
-
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]]
-
- Sep 30, 2014
-
-
Oliver Sander authored
As of yet completely untested [[Imported from SVN: r9898]]
-
- Mar 24, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9682]]
-