#include <array>
#include <dune/common/exceptions.hh>
#include <dune/localfunctions/lagrange/pqkfactory.hh>
#include <dune/typetree/leafnode.hh>
#include <dune/functions/functionspacebases/nodes.hh>
#include <dune/functions/functionspacebases/defaultglobalbasis.hh>
#include <dune/functions/functionspacebases/flatmultiindex.hh>
Go to the source code of this file.
|
| class | Dune::Functions::PQkNode< GV, k, TP > |
| |
| class | Dune::Functions::PQkNodeIndexSet< GV, k, MI, TP > |
| |
| class | Dune::Functions::PQkNodeFactory< GV, k, MI > |
| | A factory for PQ-lagrange bases with given order. More...
|
| |
| class | Dune::Functions::PQkNodeFactory< GV, k, MI > |
| | A factory for PQ-lagrange bases with given order. More...
|
| |
| class | Dune::Functions::PQkNode< GV, k, TP > |
| |
| class | Dune::Functions::PQkNodeIndexSet< GV, k, MI, TP > |
| |
| struct | Dune::Functions::BasisBuilder::Imp::PQkNodeFactoryBuilder< k > |
| |
|
| template<typename GV , int k> |
| using | Dune::Functions::PQkNodalBasis = DefaultGlobalBasis< PQkNodeFactory< GV, k, FlatMultiIndex< std::size_t >> > |
| | Nodal basis of a scalar k-th-order Lagrangean finite element space. More...
|
| |