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

replace RodAssembler<GridView> by RodAssembler<GridView,3>

[[Imported from SVN: r5723]]
parent 24d18218
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ int main (int argc, char *argv[]) try
RodLocalStiffness<GridType::LeafGridView,double> localStiffness(grid.leafView(),
A, J1, J2, E, nu);
RodAssembler<GridType::LeafGridView> rodAssembler(grid.leafView(), &localStiffness);
RodAssembler<GridType::LeafGridView,3> rodAssembler(grid.leafView(), &localStiffness);
RiemannianTrustRegionSolver<GridType,RigidBodyMotion<3> > rodSolver;
#if 0
......
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