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

Use different data

parent cc4724dd
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ E = 5e7
nu = 0.3 # The closer we get to 0.5, the more wiggly everything gets
density = 5000
height = 1
width = 1
width = 5
[solver]
tolerance = 1e-10
......
......@@ -4,7 +4,7 @@ class neumannCondition:
class dirichletCondition:
def __call__(self, x):
return .005
return 2e-4
Functions = {
'neumannCondition' : neumannCondition(),
......
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