From 22f82fec3ca760155c813d4c614e0fc9f8fc7a07 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Mon, 8 Mar 2010 21:41:23 +0000
Subject: [PATCH] add method globalCoordinates()

[[Imported from SVN: r5696]]
---
 src/realtuple.hh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/realtuple.hh b/src/realtuple.hh
index b326cb98..bd4dbab5 100644
--- a/src/realtuple.hh
+++ b/src/realtuple.hh
@@ -69,6 +69,11 @@ public:
 
         return result;
     }
+
+    /** \brief The global coordinates, if you really want them */
+    const Dune::FieldVector<double,N>& globalCoordinates() const {
+        return data_;
+    }
     
     /** \brief Write LocalKey object to output stream */
     friend std::ostream& operator<< (std::ostream& s, const RealTuple& realTuple)
-- 
GitLab