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

minor documentation fix

[[Imported from SVN: r7391]]
parent ad8fc1f9
No related branches found
No related tags found
No related merge requests found
...@@ -135,10 +135,10 @@ class LocalGeodesicFEStiffness ...@@ -135,10 +135,10 @@ class LocalGeodesicFEStiffness
public: 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 }; 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 }; enum { embeddedBlocksize = TargetSpace::EmbeddedTangentVector::size };
/** \brief Assemble the local stiffness matrix at the current position /** \brief Assemble the local stiffness matrix at the current position
......
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