From da86129dccf865c78cf4adbe4f48d270e7f876b3 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Wed, 13 Jul 2011 08:14:04 +0000 Subject: [PATCH] add a missing sym, which is in the paper, but not in the notes [[Imported from SVN: r7557]] --- dune/gfe/cosseratenergystiffness.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dune/gfe/cosseratenergystiffness.hh b/dune/gfe/cosseratenergystiffness.hh index dadf9615..51ab17e0 100644 --- a/dune/gfe/cosseratenergystiffness.hh +++ b/dune/gfe/cosseratenergystiffness.hh @@ -135,7 +135,8 @@ public: return mu_ * sym(RT_DR3).frobenius_norm2() + mu_c_ * skew(RT_DR3).frobenius_norm2() - + mu_*lambda_/(2*mu_+lambda_) * traceSquared(RT_DR3); + /** \todo Is this sym correct? It is in the paper, but not in the notes */ + + mu_*lambda_/(2*mu_+lambda_) * traceSquared(sym(RT_DR3)); } /** \brief The shell thickness */ -- GitLab