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

make static interpolation methods public, so the unit tests an access them

[[Imported from SVN: r8345]]
parent f86342e7
No related branches found
No related tags found
No related merge requests found
......@@ -131,12 +131,14 @@ protected:
localReferenceConfiguration[i] = referenceConfiguration_[gridView_.indexSet().subIndex(element,i,dim)];
}
public:
static void interpolationDerivative(const Rotation<RT,3>& q0, const Rotation<RT,3>& q1, double s,
Dune::array<Quaternion<double>,6>& grad);
static void interpolationVelocityDerivative(const Rotation<RT,3>& q0, const Rotation<RT,3>& q1, double s,
double intervalLength, Dune::array<Quaternion<double>,6>& grad);
protected:
template <class T>
static Dune::FieldVector<T,3> darboux(const Rotation<T,3>& q, const Dune::FieldVector<T,4>& q_s)
{
......
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