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

Replace deprecated Functions::PQkNodalBasis by Functions::LagrangeBasis

parent 154c2ea5
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
// Include Dune header files // Include Dune header files
#include <dune/common/version.hh> #include <dune/common/version.hh>
#include <dune/functions/functionspacebases/pqknodalbasis.hh> #include <dune/functions/functionspacebases/lagrangebasis.hh>
namespace Dune { namespace Dune {
...@@ -151,7 +151,7 @@ namespace Dune { ...@@ -151,7 +151,7 @@ namespace Dune {
return size_; return size_;
} }
Functions::PQkNodalBasis<GridView,2> p2Mapper_; Functions::LagrangeBasis<GridView,2> p2Mapper_;
IndexMap localGlobalMap_; IndexMap localGlobalMap_;
......
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