- May 14, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9724]]
-
- May 13, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9723]]
-
Oliver Sander authored
Christian Engwer told me a trick how to get the mpiHelper instance without known argc and argv. [[Imported from SVN: r9720]]
-
- Apr 23, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9710]]
-
- Jan 22, 2014
-
-
Oliver Sander authored
[[Imported from SVN: r9614]]
-
- Dec 09, 2013
-
-
Oliver Sander authored
We have the correct value in the variable 'oldEnergy' anyway. [[Imported from SVN: r9575]]
-
- Dec 03, 2013
-
-
Oliver Sander authored
Because the gradient is needed anyway when computing the Hesse matrix. Not computing it separately a second time shaves off about 8% wall time of each iteration. [[Imported from SVN: r9555]]
-
- Sep 03, 2013
-
-
Oliver Sander authored
[[Imported from SVN: r9451]]
-
Oliver Sander authored
And set the inner loop solver verbosity to QUIET [[Imported from SVN: r9435]]
-
Oliver Sander authored
This number is nowadays infered from the number of transfer operators. [[Imported from SVN: r9432]]
-
Oliver Sander authored
Since ADOL-C is not multi-threaded we will not be using OpenMP in the foreseeable future. And on a single-threaded code the OpenMP timer and the Dune timer return the same values anyway. [[Imported from SVN: r9431]]
-
Oliver Sander authored
[[Imported from SVN: r9393]]
-
- Jul 08, 2013
-
-
Oliver Sander authored
These were only there to hack our way around a bug in the interface of the Rotation class. This bug has been fixed quite a while ago. [[Imported from SVN: r9293]]
-
Oliver Sander authored
[[Imported from SVN: r9292]]
-
- Jul 03, 2013
-
-
Oliver Sander authored
The Dune timers do not return wall time when using thread parallelism. [[Imported from SVN: r9283]]
-
- Nov 11, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r8983]]
-
Oliver Sander authored
[[Imported from SVN: r8982]]
-
- Nov 09, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r8981]]
-
- Apr 09, 2012
-
-
Oliver Sander authored
Another easy patch which makes the code a lot faster. Also, this patch removes the quasi-Newton code. So far that code hasn't helped at all. Quasi-Newton methods will need more work in the future. [[Imported from SVN: r8588]]
-
- Jan 01, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r8330]]
-
- Dec 05, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r8277]]
-
- Nov 25, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r8261]]
-
- Nov 19, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r8234]]
-
- Oct 19, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r7960]]
-
- Oct 04, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r7868]]
-
Oliver Sander authored
[[Imported from SVN: r7867]]
-
- Sep 22, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r7843]]
-
Oliver Sander authored
[[Imported from SVN: r7837]]
-
- Aug 19, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r7611]]
-
- Aug 11, 2011
-
-
Oliver Sander authored
notably the almost-equivalent UnitVector<4>: A vector with three entries is interpreted by the UnitVector<4> class as a tangent vector given in the basis returned by orthonormalFrame. That is correct as it works for all kinds of manifolds. On the other hand, the Rotation<3> class interprets as a 3x3 skew matrix (a tangent vector at the identity in the matrix representation) even though the implementation used quaternion coordinates. To trick around this the use of exp methods with FieldVector<3> is avoided by this patch. A real fix would involve introducing a SkewMatrix class and using that in Rotation<3>. [[Imported from SVN: r7575]]
-
- Jul 13, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r7554]]
-
- Jun 14, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r7430]]
-
- Jun 13, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r7428]]
-
- Jun 03, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r7366]]
-
Oliver Sander authored
[[Imported from SVN: r7365]]
-
- Jun 01, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r7354]]
-
- Mar 29, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r7034]]
-
- Nov 19, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r6542]]
-
- Apr 26, 2010
-
-
Oliver Sander authored
remove the possibility to solve the inner problem with a truncated cg. It never really worked and complicates the code [[Imported from SVN: r5951]]
-
- Apr 22, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r5938]]
-