From dd31ef3cc7481bd7e121206d77b042501dd92f7f Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Thu, 7 Oct 2010 17:02:19 +0000
Subject: [PATCH] add the globalIsometricCoordinates field

[[Imported from SVN: r6389]]
---
 dune/gfe/rigidbodymotion.hh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dune/gfe/rigidbodymotion.hh b/dune/gfe/rigidbodymotion.hh
index 1017e0da..255d8cae 100644
--- a/dune/gfe/rigidbodymotion.hh
+++ b/dune/gfe/rigidbodymotion.hh
@@ -8,6 +8,9 @@
 template <int dim, class T=double>
 struct RigidBodyMotion
 {
+    /** \brief Global coordinates wrt an isometric embedding function are available */
+    static const bool globalIsometricCoordinates = Rotation<dim,T>::globalIsometricCoordinates;
+
     /** \brief Type of an infinitesimal rigid body motion */
     typedef Dune::FieldVector<T, dim + Rotation<dim,T>::TangentVector::size> TangentVector;
 
-- 
GitLab