- Dec 12, 2013
-
-
Oliver Sander authored
Assuming that the AverageDistanceAssembler can provide it. This is for the Gram-Schmidt solver only. The old Gauss-Seidel code will still use a full matrix. [[Imported from SVN: r9585]]
-
Oliver Sander authored
[[Imported from SVN: r9582]]
-
Oliver Sander authored
CG seems to converge to quickly. If too few iterations are performed, then ADOL-C has trouble determining the correct second derivatives. Since the Gram-Schmidt solver is a direct solver, OTOH, the derivatives should be perfect. It is also faster than the Gauss-Seidel solver I was previously using. [[Imported from SVN: r9581]]
-
- Dec 10, 2013
-
-
Oliver Sander authored
I hoped that this would be faster. However, it seems to deterioate the convergence of the outer trust region algorithm. Apparently, the steps taken by a CG make it difficult for ADOL-C to compute the correct derivatives. [[Imported from SVN: r9576]]
-
- Dec 06, 2013
-
-
Oliver Sander authored
[[Imported from SVN: r9563]]
-
- Sep 06, 2013
-
-
Oliver Sander authored
[[Imported from SVN: r9476]]
-
- Sep 03, 2013
-
-
Oliver Sander authored
[[Imported from SVN: r9450]]
-
- Jul 12, 2013
-
-
Oliver Sander authored
[[Imported from SVN: r9304]]
-
Oliver Sander authored
[[Imported from SVN: r9303]]
-
- Sep 13, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r8861]]
-
- Sep 22, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r7838]]
-
- 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 11, 2011
-
-
Oliver Sander authored
and barycentric coordinates. This is easy because we know the number of element corners at compile time (I currently don't see support for non-simplex elements at all). This saves time, but not much: about 1%. [[Imported from SVN: r7550]]
-
- May 30, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r7350]]
-
- May 01, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r7229]]
-
- Apr 18, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r7172]]
-
- Apr 22, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r5931]]
-
- Mar 23, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r5794]]
-
- Feb 19, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r5595]]
-
- Feb 18, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r5587]]
-
- Feb 15, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r5572]]
-
- Feb 11, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r5548]]
-
Oliver Sander authored
[[Imported from SVN: r5541]]
-
Oliver Sander authored
[[Imported from SVN: r5540]]
-
- Feb 10, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r5535]]
-
Oliver Sander authored
[[Imported from SVN: r5528]]
-
- Feb 09, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r5510]]
-
- Jan 19, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r5347]]
-
- Aug 05, 2009
-
-
Oliver Sander authored
[[Imported from SVN: r4470]]
-
- Apr 30, 2009
-
-
Oliver Sander authored
[[Imported from SVN: r4138]]
-