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

get rid of the old dune-disc shapefunctions

[[Imported from SVN: r5639]]
parent ef2148f9
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,6 @@
#include <dune/grid/common/quadraturerules.hh>
#include <dune/disc/shapefunctions/lagrangeshapefunctions.hh>
#include <dune/localfunctions/lagrange/p1.hh>
#include "src/rodlocalstiffness.hh"
......@@ -118,9 +117,8 @@ getStrain(const std::vector<RigidBodyMotion<3> >& sol,
int elementIdx = indexSet.index(*it);
// Extract local solution on this element
const LagrangeShapeFunctionSet<double, double, gridDim> & baseSet
= Dune::LagrangeShapeFunctions<double, double, gridDim>::general(it->type(), elementOrder);
int numOfBaseFct = baseSet.size();
Dune::P1LocalFiniteElement<double,double,gridDim> localFiniteElement;
int numOfBaseFct = localFiniteElement.localCoefficients().size();
std::vector<RigidBodyMotion<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