From 9ffee22ec7e07c408c35fdd61e37e0c1b49231ed Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Tue, 7 Jun 2011 10:31:05 +0000 Subject: [PATCH] minor documentation fix [[Imported from SVN: r7391]] --- dune/gfe/localgeodesicfestiffness.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dune/gfe/localgeodesicfestiffness.hh b/dune/gfe/localgeodesicfestiffness.hh index 7e332e90..d76d2105 100644 --- a/dune/gfe/localgeodesicfestiffness.hh +++ b/dune/gfe/localgeodesicfestiffness.hh @@ -135,10 +135,10 @@ class LocalGeodesicFEStiffness public: - //! Each block is x, y, theta in 2d, T (R^3 \times SO(3)) in 3d + //! Dimension of a tangent space enum { blocksize = TargetSpace::TangentVector::size }; - //! Each block is x, y, theta in 2d, T (R^3 \times SO(3)) in 3d + //! Dimension of the embedding space enum { embeddedBlocksize = TargetSpace::EmbeddedTangentVector::size }; /** \brief Assemble the local stiffness matrix at the current position -- GitLab