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

Set initial deformation and Neumann boundary values that really produce a buckling

[[Imported from SVN: r9800]]
parent c65fb465
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ dirichletVerticesPredicate = "x[0] < 0.001"
neumannVerticesPredicate = "x[1] < -0.239"
### Neumann values, if needed
neumannValues = -1e3 0 0
neumannValues = -5e6 0 0
# Initial deformation
initialDeformation = "[x[0], x[1], 0]"
initialDeformation = "[x[0], x[1], 0.1*x[0]*(0.24+x[1])]"
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