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

fix material settings: 1/12 is 0 (sigh..)

[[Imported from SVN: r1538]]
parent 48ab7359
No related branches found
No related tags found
No related merge requests found
......@@ -211,7 +211,7 @@ int main (int argc, char *argv[]) try
// Create a solver for the rod problem
// ///////////////////////////////////////////
RodAssembler<RodGridType> rodAssembler(rodGrid);
rodAssembler.setShapeAndMaterial(1, 1/12, 1/12, 2.5e5, 0.3);
rodAssembler.setShapeAndMaterial(1, 1.0/12, 1.0/12, 2.5e5, 0.3);
RodSolver<RodGridType> rodSolver;
rodSolver.setup(rodGrid,
......
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