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

Resemble velocity stepping tests more closely

parent dd855211
Branches
No related tags found
No related merge requests found
......@@ -17,9 +17,9 @@ class dirichletCondition:
fst = 3e-4
snd = 5e-4
trd = 3e-4
if x < 1.0/3:
if x < 1.0/5:
return fst
elif x < 2.0/3:
elif x < 3.0/5:
return snd
else:
return trd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment