From c14200e8d487b9b9f8b850f908f5f349138186a4 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Wed, 23 Apr 2014 09:02:20 +0000 Subject: [PATCH] Fix boundary values for the new smaller domain [[Imported from SVN: r9701]] --- cosserat-continuum.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosserat-continuum.cc b/cosserat-continuum.cc index b30d51d1..bbd02220 100644 --- a/cosserat-continuum.cc +++ b/cosserat-continuum.cc @@ -83,7 +83,7 @@ public: out[i] = in[i]; // if (out[1] > 1-1e-3) - if (out[1] > 0.18-1e-4) + if (out[1] > 0.128-1e-4) out[0] += 0.003*homotopy_; } }; -- GitLab