From d0c148221739a071f46a55cfe0d794de9650a052 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Mon, 19 Dec 2011 15:56:46 +0000 Subject: [PATCH] have Neumann force in z direction again [[Imported from SVN: r8306]] --- cosserat-continuum.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosserat-continuum.cc b/cosserat-continuum.cc index 91f9a832..af1bf1eb 100644 --- a/cosserat-continuum.cc +++ b/cosserat-continuum.cc @@ -90,7 +90,7 @@ struct NeumannFunction void evaluate(const FieldVector<double, dim>& x, FieldVector<double,3>& out) const { out = 0; - out[0] = -40*homotopyParameter_; + out[2] = -40*homotopyParameter_; } double homotopyParameter_; -- GitLab