#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.
|
class | Dune::Functions::LagrangeNode< GV, k, R > |
|
class | Dune::Functions::LagrangeNodeIndexSet< GV, k, MI, R > |
|
class | Dune::Functions::LagrangePreBasis< GV, k, MI, R > |
| A pre-basis for a PQ-lagrange bases with given order. More...
|
|
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 > |
|
|
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...
|
|