Skip to content
Snippets Groups Projects
Commit 57d84d6a authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

The local configuration of a rod in 3d

[[Imported from SVN: r737]]
parent 624486f2
No related branches found
No related tags found
No related merge requests found
#ifndef CONFIGURATION_HH
#define CONFIGURATION_HH
#include <dune/common/fvector.hh>
#include "quaternion.hh"
/** \brief Configuration of a nonlinear rod in 3d */
struct Configuration
{
// Translational part
Dune::FieldVector<double,3> r;
// Rotational part
Quaternion<double> q;
};
#endif
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