From 5d3b64b7d957d9a36b3420f8d5f8ec4893541bcb Mon Sep 17 00:00:00 2001 From: Jonathan Youett <youett@mi.fu-berlin.de> Date: Thu, 27 Oct 2011 07:40:55 +0000 Subject: [PATCH] also add dim and embeddeddim to the specialization for 2D [[Imported from SVN: r8058]] --- dune/gfe/rotation.hh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dune/gfe/rotation.hh b/dune/gfe/rotation.hh index 47c2df5a..eb562a28 100644 --- a/dune/gfe/rotation.hh +++ b/dune/gfe/rotation.hh @@ -31,6 +31,12 @@ public: /** \brief The type used for coordinates */ typedef T ctype; + /** \brief Dimension of the manifold formed by the 2d rotations */ + static const int dim = 1; + + /** \brief Coordinates are embedded in the euclidean space */ + static const int embeddedDim = 1; + /** \brief Member of the corresponding Lie algebra. This really is a skew-symmetric matrix */ typedef Dune::FieldVector<T,1> TangentVector; -- GitLab