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

Cleanup

parent 8e2da5bc
No related branches found
No related tags found
No related merge requests found
...@@ -191,13 +191,11 @@ int main(int argc, char *argv[]) { ...@@ -191,13 +191,11 @@ int main(int argc, char *argv[]) {
// {{{ Initialise vectors // {{{ Initialise vectors
VectorType u(finestSize); VectorType u(finestSize);
u = 0.0; // Has to be zero! u = 0.0; // Has to be zero!
SingletonVectorType alpha_old(finestSize);
alpha_old = parset.get<double>("boundary.friction.state.initial");
VectorType u_diff(finestSize); VectorType u_diff(finestSize);
u_diff = 0.0; // Has to be zero! u_diff = 0.0; // Has to be zero!
SingletonVectorType alpha_old(finestSize);
alpha_old = parset.get<double>("boundary.friction.state.initial");
SingletonVectorType alpha(alpha_old); SingletonVectorType alpha(alpha_old);
SingletonVectorType vonMisesStress; SingletonVectorType vonMisesStress;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment