diff --git a/dune/gfe/rotation.hh b/dune/gfe/rotation.hh index 02aa4641f581abc56a59e6dc32d16d3ff15d8353..40a7591a1fd9941d81373f8013ca76ccc158e12c 100644 --- a/dune/gfe/rotation.hh +++ b/dune/gfe/rotation.hh @@ -103,6 +103,14 @@ public: return q; } + /** \brief Compute an orthonormal basis of the tangent space of SO(3). + + This basis is of course not globally continuous. + */ + Dune::FieldMatrix<T,1,1> orthonormalFrame() const { + return Dune::FieldMatrix<T,1,1>(1); + } + //private: // We store the rotation as an angle