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

export the type used for global coordinates

[[Imported from SVN: r6496]]
parent 63ead04c
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,9 @@ public:
/** \brief Global coordinates wrt an isometric embedding function are available */
static const bool globalIsometricCoordinates = true;
/** \brief The type used for global coordinates */
typedef Dune::FieldVector<double,N> CoordinateType;
/** \brief Dimension of the manifold formed by unit vectors */
static const int dim = N-1;
......@@ -279,7 +282,7 @@ public:
}
/** \brief The global coordinates, if you really want them */
const Dune::FieldVector<double,N>& globalCoordinates() const {
const CoordinateType& globalCoordinates() const {
return data_;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment