From 28d4da1b9deb698feba74051b04f9dac0336da57 Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Mon, 9 Jan 2012 16:52:25 +0100 Subject: [PATCH] Remove warning --- src/one-body-sample.parset | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/one-body-sample.parset b/src/one-body-sample.parset index 7a516d95..28b68abb 100644 --- a/src/one-body-sample.parset +++ b/src/one-body-sample.parset @@ -16,7 +16,8 @@ E = 1e6 # 2e6 is okay; at 5e6 we basically have no convergence # "Most steels and rigid polymers when used within their design limits # (before yield) exhibit values of about 0.3" # -- http://en.wikipedia.org/wiki/Poisson's_ratio -nu = 0.3 # WARNING: At 0.48 we hardly have convergence; at 0.45 it's weird +nu = 0.3 # Needs to be strictly below 0.5; the closer we get, the + # tougher the problem. But we do have convergence! [solver] tolerance = 1e-12 -- GitLab