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
Branches
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ E = 5e7 ...@@ -21,7 +21,7 @@ E = 5e7
nu = 0.3 # The closer we get to 0.5, the more wiggly everything gets nu = 0.3 # The closer we get to 0.5, the more wiggly everything gets
density = 5000 density = 5000
height = 1 height = 1
width = 1 width = 5
[solver] [solver]
tolerance = 1e-10 tolerance = 1e-10
......
...@@ -4,7 +4,7 @@ class neumannCondition: ...@@ -4,7 +4,7 @@ class neumannCondition:
class dirichletCondition: class dirichletCondition:
def __call__(self, x): def __call__(self, x):
return .005 return 2e-4
Functions = { Functions = {
'neumannCondition' : neumannCondition(), 'neumannCondition' : neumannCondition(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment