From ae20b51455a4042beff67a1ce5650a6521bc0001 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Thu, 27 Jun 2013 15:03:37 +0000 Subject: [PATCH] Change benchmark problem: twist the strip 8\pi, instead of 0.25\pi [[Imported from SVN: r9270]] --- cosserat-continuum.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosserat-continuum.cc b/cosserat-continuum.cc index fb27547e..d4b68675 100644 --- a/cosserat-continuum.cc +++ b/cosserat-continuum.cc @@ -57,7 +57,7 @@ void dirichletValues(const FieldVector<double,dim>& in, FieldVector<double,3>& o double homotopy ) { - double angle = M_PI/4; + double angle = 8*M_PI; angle *= homotopy; // center of rotation -- GitLab