KASKADE 7 development version
|
define hierarchic shape functions for simplicial elements of arbitrary dimension and order More...
#include "fem/barycentric.hh"
#include "fem/gridcombinatorics.hh"
#include "fem/pshapefunctions.hh"
#include "linalg/dynamicMatrix.hh"
#include "utilities/combinatorics.hh"
#include <dune/common/fvector.hh>
#include <dune/geometry/referenceelements.hh>
#include <algorithm>
#include <cmath>
#include <functional>
#include <map>
#include <memory>
#include <numeric>
#include <tuple>
Go to the source code of this file.
Classes | |
class | Kaskade::HierarchicSimplexShapeFunction< ctype, dimension, Scalar > |
Scalar hierarchic shape functions on the unit simplex. More... | |
class | Kaskade::HierarchicSimplexShapeFunctionSet< ctype, dimension, Scalar > |
A container of hierarchic shape functions (see HierarchicSimplexShapeFunction) up to a given nominal order on the unit simplex of grid dimension. More... | |
class | Kaskade::HierarchicShapeFunctionSetContainer< ctype, dimension, Scalar, restricted > |
class | Kaskade::HierarchicExtensionSimplexShapeFunctionSet< ctype, dimension, Scalar > |
A container of hierarchic shape functions of nominal order Ord on the unit simplex of grid dimension. For Ord<0, this set is empty. More... | |
class | Kaskade::HierarchicExtensionShapeFunctionSetContainer< ctype, dimension, Scalar, restricted > |
Namespaces | |
namespace | Kaskade |
Functions | |
template<class ctype , int dimension, class Scalar > | |
HierarchicShapeFunctionSetContainer< ctype, dimension, Scalar >::value_type const & | Kaskade::hierarchicShapeFunctionSet (Dune::GeometryType type, int order) |
Returns a Hierarchic shape function set for given reference element type and given polynomial order. Singleton function. More... | |
template<class ctype , int dimension, class Scalar > | |
HierarchicExtensionShapeFunctionSetContainer< ctype, dimension, Scalar >::value_type const & | Kaskade::hierarchicExtensionShapeFunctionSet (Dune::GeometryType type, int order) |
define hierarchic shape functions for simplicial elements of arbitrary dimension and order
Definition in file hierarchicshapefunctions.hh.