//The MixedRiemannianTrustRegionSolver can treat the Displacement and Orientation Space as separate ones
//The MixedRiemannianTrustRegionSolver can treat the Displacement and Orientation Space as separate ones
//The RiemannianTrustRegionSolver can only treat the Displacement and Rotation together in a RigidBodyMotion
//The RiemannianTrustRegionSolver can only treat the Displacement and Rotation together in a RigidBodyMotion
//Therefore, x and the dirichletDofs are converted to a RigidBodyMotion structure, as well as the Hessian and Gradient that are returned by the assembler
//Therefore, x and the dirichletDofs are converted to a RigidBodyMotion structure, as well as the Hessian and Gradient that are returned by the assembler
...
@@ -568,9 +597,11 @@ int main (int argc, char *argv[]) try
...
@@ -568,9 +597,11 @@ int main (int argc, char *argv[]) try