Skip to content
Snippets Groups Projects
Commit b076c082 authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Make LocalGeodesicFEStiffness inherit from LocalFirstOrderModel

Because a Stiffness does provide a first derivative.
parent d1b0e1ed
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
...@@ -4,11 +4,11 @@ ...@@ -4,11 +4,11 @@
#include <dune/common/fmatrix.hh> #include <dune/common/fmatrix.hh>
#include <dune/istl/matrix.hh> #include <dune/istl/matrix.hh>
#include <dune/gfe/localenergy.hh> #include <dune/gfe/localfirstordermodel.hh>
template<class Basis, class TargetSpace> template<class Basis, class TargetSpace>
class LocalGeodesicFEStiffness class LocalGeodesicFEStiffness
: public Dune::GFE::LocalEnergy<Basis,TargetSpace> : public Dune::GFE::LocalFirstOrderModel<Basis,TargetSpace>
{ {
// grid types // grid types
typedef typename Basis::GridView GridView; typedef typename Basis::GridView GridView;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment