From c8b7d6111bb4bd18d275ece254b725092c02c3e2 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Wed, 4 Jan 2012 10:59:42 +0000 Subject: [PATCH] make static interpolation methods public, so the unit tests an access them [[Imported from SVN: r8345]] --- dune/gfe/rodlocalstiffness.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dune/gfe/rodlocalstiffness.hh b/dune/gfe/rodlocalstiffness.hh index 73efd230..cf494ec9 100644 --- a/dune/gfe/rodlocalstiffness.hh +++ b/dune/gfe/rodlocalstiffness.hh @@ -131,12 +131,14 @@ protected: localReferenceConfiguration[i] = referenceConfiguration_[gridView_.indexSet().subIndex(element,i,dim)]; } +public: static void interpolationDerivative(const Rotation<RT,3>& q0, const Rotation<RT,3>& q1, double s, Dune::array<Quaternion<double>,6>& grad); static void interpolationVelocityDerivative(const Rotation<RT,3>& q0, const Rotation<RT,3>& q1, double s, double intervalLength, Dune::array<Quaternion<double>,6>& grad); +protected: template <class T> static Dune::FieldVector<T,3> darboux(const Rotation<T,3>& q, const Dune::FieldVector<T,4>& q_s) { -- GitLab