dune-functions
2.5-dev
|
The B-spline global function space basis. More...
#include <numeric>
#include <dune/common/dynmatrix.hh>
#include <dune/localfunctions/common/localbasis.hh>
#include <dune/common/diagonalmatrix.hh>
#include <dune/localfunctions/common/localkey.hh>
#include <dune/localfunctions/common/localfiniteelementtraits.hh>
#include <dune/geometry/type.hh>
#include <dune/functions/functionspacebases/nodes.hh>
Go to the source code of this file.
Classes | |
class | Dune::Functions::BSplineLocalFiniteElement< GV, R > |
LocalFiniteElement in the sense of dune-localfunctions, for the B-spline basis on tensor-product grids. More... | |
class | Dune::Functions::BSplineNodeFactory< GV, MI > |
Node factory for B-spline basis. More... | |
class | Dune::Functions::BSplineLocalBasis< GV, R > |
LocalBasis class in the sense of dune-localfunctions, presenting the restriction of a B-spline patch to a knot span. More... | |
class | Dune::Functions::BSplineLocalCoefficients< dim > |
Attaches a shape function to an entity. More... | |
class | Dune::Functions::BSplineLocalInterpolation< dim, LB > |
Local interpolation in the sense of dune-localfunctions, for the B-spline basis on tensor-product grids. More... | |
class | Dune::Functions::BSplineLocalFiniteElement< GV, R > |
LocalFiniteElement in the sense of dune-localfunctions, for the B-spline basis on tensor-product grids. More... | |
class | Dune::Functions::BSplineNode< GV, TP > |
class | Dune::Functions::BSplineNodeIndexSet< GV, MI, TP > |
class | Dune::Functions::BSplineNodeFactory< GV, MI > |
Node factory for B-spline basis. More... | |
class | Dune::Functions::BSplineNode< GV, TP > |
class | Dune::Functions::BSplineNodeIndexSet< GV, MI, TP > |
Namespaces | |
Dune | |
Dune::Functions | |
Typedefs | |
template<typename GV > | |
using | Dune::Functions::BSplineBasis = DefaultGlobalBasis< BSplineNodeFactory< GV, FlatMultiIndex< std::size_t >> > |
A global B-spline basis. More... | |
The B-spline global function space basis.