Skip to content
Snippets Groups Projects
Commit 764e0150 authored by Lisa Julia Nebel's avatar Lisa Julia Nebel
Browse files

Change type of P1LocalFiniteElement to PQkLocalFiniteElementCache<..,..,..,..>::FiniteElementType

parent 8acb8790
No related branches found
No related tags found
No related merge requests found
......@@ -327,7 +327,7 @@ getStrain(const std::vector<RigidBodyMotion<double,3> >& sol,
int elementIdx = indexSet.index(element);
// Extract local solution on this element
P1LocalFiniteElement<double,double,1> localFiniteElement;
Dune::PQkLocalFiniteElementCache<double, double, 1, 1>::FiniteElementType localFiniteElement;
int numOfBaseFct = localFiniteElement.localCoefficients().size();
std::vector<RigidBodyMotion<double,3> > localSolution(2);
......
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