|
dune-functions
2.7.1
|
#include <dune/common/exceptions.hh>#include <dune/localfunctions/lagrange.hh>#include <dune/localfunctions/lagrange/equidistantpoints.hh>#include <dune/localfunctions/lagrange/pqkfactory.hh>#include <dune/functions/functionspacebases/nodes.hh>#include <dune/functions/functionspacebases/flatmultiindex.hh>#include <dune/functions/functionspacebases/defaultglobalbasis.hh>Go to the source code of this file.
Classes | |
| class | Dune::Functions::LagrangePreBasis< GV, k, MI, R > |
| A pre-basis for a PQ-lagrange bases with given order. More... | |
| class | Dune::Functions::LagrangeNode< GV, k, R > |
| class | Dune::Functions::LagrangeNodeIndexSet< GV, k, MI, R > |
Namespaces | |
| Dune | |
| Dune::Functions | |
| Dune::Functions::BasisFactory | |
Typedefs | |
| template<typename GV , int k = -1, typename R = double> | |
| using | Dune::Functions::LagrangeBasis = DefaultGlobalBasis< LagrangePreBasis< GV, k, FlatMultiIndex< std::size_t >, R > > |
| Nodal basis of a scalar k-th-order Lagrangean finite element space. More... | |
Functions | |
| template<std::size_t k, typename R = double> | |
| auto | Dune::Functions::BasisFactory::lagrange () |
| Create a pre-basis factory that can create a Lagrange pre-basis. More... | |
| template<typename R = double> | |
| auto | Dune::Functions::BasisFactory::lagrange (int order) |
| Create a pre-basis factory that can create a Lagrange pre-basis with a run-time order. More... | |