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

export the manifold dimension as 'dim'

[[Imported from SVN: r6436]]
parent b2031cf8
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,9 @@ public:
/** \brief Global coordinates wrt an isometric embedding function are available */
static const bool globalIsometricCoordinates = true;
/** \brief Dimension of the manifold formed by unit vectors */
static const int dim = N;
typedef Dune::FieldVector<double,N> EmbeddedTangentVector;
typedef Dune::FieldVector<double,N> TangentVector;
......
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