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

infinitesimalVariation for Rotation<2>

[[Imported from SVN: r5789]]
parent 9f2758b2
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,12 @@ class LocalGeodesicFEStiffness
(i==2)*eps));
}
static void infinitesimalVariation(Rotation<2,double>& c, double eps, int i)
{
Dune::FieldVector<double,1> v(eps);
c = Rotation<2,double>::exp(c,v);
}
static void infinitesimalVariation(RealTuple<2>& c, double eps, int i)
{
Dune::FieldVector<double,2> v(0);
......
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