- 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]]
-
Oliver Sander authored
[[Imported from SVN: r5931]]
-
Oliver Sander authored
[[Imported from SVN: r5927]]
-
- Jan 19, 2010
-
-
Oliver Sander authored
[[Imported from SVN: r5347]]
-
- Oct 15, 2009
-
-
Leo Schmidt authored
[[Imported from SVN: r5023]]
-
- Oct 08, 2009
-
-
Oliver Sander authored
[[Imported from SVN: r4972]]
-
- Sep 24, 2009
-
-
Oliver Sander authored
[[Imported from SVN: r4876]]
-
- May 17, 2009
-
-
Oliver Sander authored
[[Imported from SVN: r4197]]
-
- May 12, 2009
-
-
Oliver Sander authored
[[Imported from SVN: r4176]]
-
- Apr 30, 2009
-
-
Oliver Sander authored
[[Imported from SVN: r4131]]
-
- Apr 28, 2009
-
-
Oliver Sander authored
[[Imported from SVN: r4115]]
-
- Apr 27, 2009
-
-
Oliver Sander authored
new method to setup a solver using a truncated cg as the inner solver. This compiles, but it doesn't work yet [[Imported from SVN: r4105]]
-
Oliver Sander authored
[[Imported from SVN: r4104]]
-
Oliver Sander authored
[[Imported from SVN: r4103]]
-
Oliver Sander authored
make the inner solver a pointer to a generic Solver class, in anticipation of using a truncated cg there [[Imported from SVN: r4102]]
-
- Apr 20, 2009
-
-
Oliver Sander authored
[[Imported from SVN: r4063]]
-
- Apr 18, 2009
-
-
Oliver Sander authored
[[Imported from SVN: r4050]]
-
Oliver Sander authored
[[Imported from SVN: r4049]]
-
- Apr 17, 2009
-
-
Oliver Sander authored
RodSolver is now called RiemannianTrustRegionSolver, and can be parametrized with the TargetSpace. Some remains of RigidBodyMotion are still there, though. [[Imported from SVN: r4041]]
-
Oliver Sander authored
[[Imported from SVN: r4040]]
-
Oliver Sander authored
[[Imported from SVN: r4037]]
-