Skip to content
Snippets Groups Projects
Commit 22f82fec authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

add method globalCoordinates()

[[Imported from SVN: r5696]]
parent f9f22d15
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment