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

remove the field 'globalIsometricCoordinates'. It is not used after all.

[[Imported from SVN: r7374]]
parent 6037c721
No related branches found
No related tags found
No related merge requests found
......@@ -157,8 +157,6 @@ public:
//! Each block is x, y, theta in 2d, T (R^3 \times SO(3)) in 3d
enum { blocksize = TargetSpace::TangentVector::size };
static const bool globalIsometricCoordinates = TargetSpace::globalIsometricCoordinates;
/** \brief Assemble the local stiffness matrix at the current position
This default implementation used finite-difference approximations to compute the second derivatives
......@@ -379,8 +377,6 @@ public:
//! Each block is x, y, theta in 2d, T (R^3 \times SO(3)) in 3d
enum { embeddedBlocksize = TargetSpace::EmbeddedTangentVector::size };
static const bool globalIsometricCoordinates = TargetSpace::globalIsometricCoordinates;
/** \brief Assemble the local stiffness matrix at the current position
This default implementation used finite-difference approximations to compute the second derivatives
......
......@@ -18,9 +18,6 @@ public:
typedef double ctype;
/** \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;
......
......@@ -8,9 +8,6 @@
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;
......
......@@ -31,9 +31,6 @@ public:
/** \brief The type used for coordinates */
typedef T ctype;
/** \brief Global coordinates wrt an isometric embedding function are available */
static const bool globalIsometricCoordinates = false;
/** \brief Member of the corresponding Lie algebra. This really is a skew-symmetric matrix */
typedef Dune::FieldVector<T,1> TangentVector;
......@@ -154,9 +151,6 @@ public:
/** \brief The type used for coordinates */
typedef T ctype;
/** \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<T,4> CoordinateType;
......
......@@ -58,9 +58,6 @@ public:
/** \brief The type used for coordinates */
typedef double ctype;
/** \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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment