Skip to content
Snippets Groups Projects
Commit 9b80ee3e authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Move declaration

parent 64dd66eb
No related branches found
No related tags found
No related merge requests found
......@@ -132,6 +132,7 @@
#+name: assembleAndWriteStress
#+begin_src c++
if (parset.get<bool>("writeVTK")) {
SingletonVectorType vonMisesStress;
VonMisesStressAssembler<GridType> localStressAssembler
(E, nu,
Dune::make_shared<BasisGridFunction<P1Basis, VectorType> const>
......@@ -340,8 +341,6 @@
SingletonVectorType alpha_initial(finestSize);
alpha_initial = parset.get<double>("boundary.friction.initial_log_state");
SingletonVectorType alpha(alpha_initial);
SingletonVectorType vonMisesStress;
// }}}
// Set up TNNMG solver
......
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