|
dune-pdelab
2.0.0
|
This file defines polynomial basis functions on the reference element in a generic way. More...
#include <iostream>#include <algorithm>#include <dune/common/fvector.hh>#include <dune/common/fmatrix.hh>#include <dune/common/exceptions.hh>#include <dune/common/gmpfield.hh>#include <dune/common/shared_ptr.hh>#include <dune/common/array.hh>#include <dune/geometry/referenceelements.hh>#include <dune/geometry/quadraturerules.hh>#include <dune/geometry/type.hh>#include <dune/localfunctions/common/localbasis.hh>#include <dune/localfunctions/common/localkey.hh>#include <dune/localfunctions/common/localfiniteelementtraits.hh>Go to the source code of this file.
Namespaces | |
| Dune | |
| Dune::PB | |
Enumerations | |
| enum | Dune::PB::BasisType { Dune::PB::Pk, Dune::PB::Qk } |
Functions | |
| int | Dune::PB::pk_size (int k, int d) |
| int | Dune::PB::pk_size_exact (int k, int d) |
| template<int d> | |
| void | Dune::PB::pk_enumerate_multiindex (MultiIndex< d > &alpha, int &count, int norm, int dim, int k, int i) |
| template<int d> | |
| void | Dune::PB::pk_multiindex (int i, MultiIndex< d > &alpha) |
| int | Dune::PB::qk_size (int k, int d) |
| template<int d> | |
| void | Dune::PB::qk_multiindex (int i, int k, MultiIndex< d > &alpha) |
| long | Dune::PB::binomial (long n, long k) |
| compute binomial coefficient "n over k" More... | |
This file defines polynomial basis functions on the reference element in a generic way.
1.8.7