KASKADE 7 development version
Classes | Namespaces | Functions
nedelecshapefunctions.hh File Reference
#include <map>
#include <dune/common/fvector.hh>
#include <dune/geometry/referenceelements.hh>
#include <dune/geometry/type.hh>
#include "fem/barycentric.hh"
#include "fem/lagrangeshapefunctions.hh"
#include "fem/pshapefunctions.hh"
#include "linalg/dynamicMatrix.hh"

Go to the source code of this file.

Classes

class  Kaskade::NedelecSimplexShapeFunction< ctype, dimension, T >
 Vectorial Nedelec shape functions on the unit simplex. More...
 
class  Kaskade::NedelecSimplexShapeFunctionSet< ctype, dimension, T >
 
class  Kaskade::NedelecShapeFunctionSetContainer< ctype, dimension, T >
 
class  Kaskade::HdivSimplexShapeFunction< ctype, dimension, T >
 Vectorial \( H(\text{div}) \) conforming shape functions on the unit simplex. More...
 
class  Kaskade::HdivSimplexShapeFunctionSet< ctype, dimension, T >
 A shape function set of \( H(\text{div}) \) conforming functions. More...
 
class  Kaskade::HdivShapeFunctionSetContainer< ctype, dimension, T >
 

Namespaces

namespace  Kaskade
 
 

Functions

template<class ctype , int dimension, class T >
NedelecShapeFunctionSetContainer< ctype, dimension, T >::value_type const & Kaskade::nedelecShapeFunctionSet (Dune::GeometryType type, int order)
 
template<class ctype , int dimension, class T = double>
HdivShapeFunctionSetContainer< ctype, dimension, T >::value_type const & Kaskade::hdivShapeFunctionSet (Dune::GeometryType type, int order)
 Returns a Hdiv shape function set for given reference element type and given polynomial order. Singleton function. More...