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

[Cleanup] Rename: endOfTime -> finalTime

parent c9b6d75a
No related branches found
No related tags found
No related merge requests found
...@@ -470,7 +470,7 @@ int main(int argc, char *argv[]) { ...@@ -470,7 +470,7 @@ int main(int argc, char *argv[]) {
alpha_initial, frictionalNodes, frictionData); alpha_initial, frictionalNodes, frictionData);
auto const timesteps = parset.get<size_t>("timeSteps.number"); auto const timesteps = parset.get<size_t>("timeSteps.number");
auto const tau = parset.get<double>("problem.endOfTime") / timesteps; auto const tau = parset.get<double>("problem.finalTime") / timesteps;
VectorType v = v_initial; VectorType v = v_initial;
SingletonVectorType alpha = alpha_initial; SingletonVectorType alpha = alpha_initial;
......
...@@ -6,7 +6,7 @@ enableTimer = false ...@@ -6,7 +6,7 @@ enableTimer = false
writeVTK = false writeVTK = false
[problem] [problem]
endOfTime = 15 finalTime = 15
[body] [body]
E = 5e7 E = 5e7
......
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