dune-functions
2.7.1
|
#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/lagrangebasis.hh>
Go to the source code of this file.
Classes | |
class | Dune::Functions::LagrangeDGPreBasis< GV, k, MI > |
class | Dune::Functions::LagrangeDGNodeIndexSet< GV, k, MI > |
Namespaces | |
Dune | |
Dune::Functions | |
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, FlatMultiIndex< std::size_t > > > |
Basis of a scalar k-th-order Lagrangean-DG finite element space. More... | |
Functions | |
template<std::size_t k> | |
auto | Dune::Functions::BasisFactory::lagrangeDG () |
Create a pre-basis factory that can create a LagrangeDG pre-basis. More... | |