Skip to content
Snippets Groups Projects
Commit d0d56940 authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

use multigrid as the inner tr solver

[[Imported from SVN: r5915]]
parent db48b3fb
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ int main (int argc, char *argv[]) try
RodAssembler<GridType::LeafGridView,3> rodAssembler(grid.leafView(), &localStiffness);
RiemannianTrustRegionSolver<GridType,RigidBodyMotion<3> > rodSolver;
#if 0
#if 1
rodSolver.setup(grid,
&rodAssembler,
x,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment