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

[bugfix] PQKNodalBasis (from dune-functions) has recently been renamed to PQkNodalBasis

parent c47aa6e7
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -57,7 +57,7 @@ void solve (const GridType& grid, ...@@ -57,7 +57,7 @@ void solve (const GridType& grid,
const double nu = parameters.get<double>("nu"); const double nu = parameters.get<double>("nu");
// Create a function space basis // Create a function space basis
typedef Dune::Functions::PQKNodalBasis<typename GridType::LeafGridView, 1> FEBasis; typedef Dune::Functions::PQkNodalBasis<typename GridType::LeafGridView, 1> FEBasis;
FEBasis feBasis(grid.leafGridView()); FEBasis feBasis(grid.leafGridView());
// Transitional: the same basis as a dune-fufem object // Transitional: the same basis as a dune-fufem object
......
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