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

Add a small vertical prestress

[[Imported from SVN: r9992]]
parent c2a078f1
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ class DirichletValues:
out = [x[0], x[1], 0]
if x[1] > 0.128-1e-4 :
out[0] += 0.003 * self.homotopyParameter
out[1] += 0.0005
return out
def orientation(self, x):
......
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