|
dune-functions 2.10
|
#include <array>#include <dune/common/exceptions.hh>#include <dune/common/math.hh>#include <dune/functions/functionspacebases/nodes.hh>#include <dune/functions/functionspacebases/defaultglobalbasis.hh>#include <dune/functions/functionspacebases/lagrangebasis.hh>#include <dune/functions/functionspacebases/leafprebasismixin.hh>Go to the source code of this file.
Classes | |
| class | Dune::Functions::LagrangeDGPreBasis< GV, k > |
Namespaces | |
| namespace | Dune |
| namespace | Dune::Functions |
| namespace | Dune::Functions::BasisFactory |
Typedefs | |
| template<typename GV , int k> | |
| using | Dune::Functions::LagrangeDGNode = LagrangeNode< GV, k > |
| template<typename GV , int k> | |
| using | Dune::Functions::LagrangeDGBasis = DefaultGlobalBasis< LagrangeDGPreBasis< GV, k > > |
| Basis of a scalar k-th-order Lagrangean-DG finite element space. | |
Functions | |
| template<std::size_t k> | |
| auto | Dune::Functions::BasisFactory::lagrangeDG () |
| Create a pre-basis factory that can create a LagrangeDG pre-basis. | |