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