Skip to content
Snippets Groups Projects
Commit 29f92ab5 authored by Laura Stengel's avatar Laura Stengel
Browse files

damping factor

parent 1236c449
No related branches found
No related tags found
No related merge requests found
Pipeline #414199 passed
......@@ -25,7 +25,7 @@ bool IterativePressureSolver::Method(IElasticity &assemble, Vector &u) {
Vector deltaU(u);
bool useExtrapolation = false;
bool dampingExtrapolation = false;
double dampingExtrapolation = 1;
Config::Get("UseExtrapolation", useExtrapolation);
Config::Get("dampingExtrapolation", dampingExtrapolation);
......
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