|
dune-functions
2.6-dev
|
#include <array>#include <dune/common/exceptions.hh>#include <dune/functions/functionspacebases/nodes.hh>#include <dune/functions/functionspacebases/defaultglobalbasis.hh>#include <dune/functions/functionspacebases/flatmultiindex.hh>#include <dune/functions/functionspacebases/pqknodalbasis.hh>Go to the source code of this file.
Classes | |
| class | Dune::Functions::LagrangeDGNodeIndexSet< GV, k, MI, TP > |
| class | Dune::Functions::LagrangeDGPreBasis< GV, k, MI > |
| class | Dune::Functions::LagrangeDGNodeIndexSet< GV, k, MI, TP > |
Namespaces | |
| Dune | |
| Dune::Functions | |
Typedefs | |
| template<typename GV , int k, typename TP > | |
| using | Dune::Functions::LagrangeDGNode = PQkNode< GV, k, TP > |
| template<typename GV , int k> | |
| using | Dune::Functions::LagrangeDGBasis = DefaultGlobalBasis< LagrangeDGPreBasis< GV, k, FlatMultiIndex< std::size_t > > > |
| Basis of a scalar k-th-order Lagrangean-DG finite element space. More... | |
1.8.13