Skip to content
Snippets Groups Projects
Commit c14200e8 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

Fix boundary values for the new smaller domain

[[Imported from SVN: r9701]]
parent 5fcadf8a
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ public:
out[i] = in[i];
// if (out[1] > 1-1e-3)
if (out[1] > 0.18-1e-4)
if (out[1] > 0.128-1e-4)
out[0] += 0.003*homotopy_;
}
};
......
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