dune-functions
2.6-dev
|
#include <dune/functions/functionspacebases/flatmultiindex.hh>
#include <dune/functions/functionspacebases/defaultglobalbasis.hh>
#include <dune/functions/functionspacebases/pqknodalbasis.hh>
Go to the source code of this file.
Namespaces | |
Dune | |
Dune::Functions | |
Dune::Functions::BasisBuilder | |
Typedefs | |
template<typename GV , int k> | |
using | Dune::Functions::LagrangeBasis = DefaultGlobalBasis< PQkPreBasis< GV, k, FlatMultiIndex< std::size_t > > > |
Nodal basis of a scalar k-th-order Lagrangean finite element space. More... | |
Functions | |
template<std::size_t k> | |
auto | Dune::Functions::BasisBuilder::lagrange () |
Create a pre-basis factory that can create a PQ_k pre-basis. More... | |