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

add the globalIsometricCoordinates field

[[Imported from SVN: r6389]]
parent 0eb72825
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,9 @@
template <int dim, class T=double>
struct RigidBodyMotion
{
/** \brief Global coordinates wrt an isometric embedding function are available */
static const bool globalIsometricCoordinates = Rotation<dim,T>::globalIsometricCoordinates;
/** \brief Type of an infinitesimal rigid body motion */
typedef Dune::FieldVector<T, dim + Rotation<dim,T>::TangentVector::size> 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