dune-fem
2.4.1-rc
|
implementation of a basis function set for given entity More...
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/basisfunctionset/default.hh>
Public Types | |
typedef Entity | EntityType |
entity type More... | |
typedef ShapeFunctionSet | ShapeFunctionSetType |
shape function set type More... | |
typedef ToNewDimDomainFunctionSpace< LocalFunctionSpaceType, EntityType::Geometry::coorddimension >::Type | FunctionSpaceType |
type of function space More... | |
typedef FunctionSpaceType::DomainType | DomainType |
domain type More... | |
typedef FunctionSpaceType::RangeType | RangeType |
range type More... | |
typedef FunctionSpaceType::JacobianRangeType | JacobianRangeType |
jacobian range type More... | |
typedef FunctionSpaceType::HessianRangeType | HessianRangeType |
hessian range type More... | |
typedef Dune::ReferenceElement< ctype, GeometryType::coorddimension > | ReferenceElementType |
type of reference element More... | |
Public Member Functions | |
DefaultBasisFunctionSet () | |
constructor More... | |
DefaultBasisFunctionSet (const EntityType &entity, const ShapeFunctionSet &shapeFunctionSet=ShapeFunctionSet()) | |
constructor More... | |
int | order () const |
return order of basis function set More... | |
std::size_t | size () const |
return size of basis function set More... | |
const ReferenceElementType & | referenceElement () const |
return reference element More... | |
template<class QuadratureType , class Vector , class DofVector > | |
void | axpy (const QuadratureType &quad, const Vector &values, DofVector &dofs) const |
evaluate all basis function and multiply with given values and add to dofs More... | |
template<class QuadratureType , class VectorA , class VectorB , class DofVector > | |
void | axpy (const QuadratureType &quad, const VectorA &valuesA, const VectorB &valuesB, DofVector &dofs) const |
evaluate all basis function and multiply with given values and add to dofs More... | |
template<class Point , class DofVector > | |
void | axpy (const Point &x, const RangeType &valueFactor, DofVector &dofs) const |
evaluate all basis function and multiply with given values and add to dofs More... | |
template<class Point , class DofVector > | |
void | axpy (const Point &x, const JacobianRangeType &jacobianFactor, DofVector &dofs) const |
evaluate all basis function and multiply with given values and add to dofs More... | |
template<class Point , class DofVector > | |
void | axpy (const Point &x, const RangeType &valueFactor, const JacobianRangeType &jacobianFactor, DofVector &dofs) const |
evaluate all basis function and multiply with given values and add to dofs More... | |
template<class QuadratureType , class DofVector , class RangeArray > | |
void | evaluateAll (const QuadratureType &quad, const DofVector &dofs, RangeArray &ranges) const |
template<class Point , class DofVector > | |
void | evaluateAll (const Point &x, const DofVector &dofs, RangeType &value) const |
template<class Point , class RangeArray > | |
void | evaluateAll (const Point &x, RangeArray &values) const |
template<class QuadratureType , class DofVector , class JacobianArray > | |
void | jacobianAll (const QuadratureType &quad, const DofVector &dofs, JacobianArray &jacobians) const |
template<class Point , class DofVector > | |
void | jacobianAll (const Point &x, const DofVector &dofs, JacobianRangeType &jacobian) const |
template<class Point , class JacobianRangeArray > | |
void | jacobianAll (const Point &x, JacobianRangeArray &jacobians) const |
template<class Point , class DofVector > | |
void | hessianAll (const Point &x, const DofVector &dofs, HessianRangeType &hessian) const |
template<class Point , class HessianRangeArray > | |
void | hessianAll (const Point &x, HessianRangeArray &hessians) const |
const Entity & | entity () const |
return entity More... | |
Dune::GeometryType | type () const |
return geometry type More... | |
const ShapeFunctionSetType & | shapeFunctionSet () const |
return shape function set More... | |
Protected Types | |
typedef ShapeFunctionSetType::FunctionSpaceType | LocalFunctionSpaceType |
typedef LocalFunctionSpaceType::JacobianRangeType | LocalJacobianRangeType |
typedef LocalFunctionSpaceType::HessianRangeType | LocalHessianRangeType |
typedef LocalFunctionSpaceType::RangeFieldType | RangeFieldType |
typedef EntityType::Geometry | GeometryType |
typedef GeometryType::ctype | ctype |
Protected Member Functions | |
GeometryType | geometry () const |
implementation of a basis function set for given entity
Entity | entity type |
ShapeFunctionSet | shape function set |
|
protected |
typedef FunctionSpaceType::DomainType Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::DomainType |
domain type
typedef Entity Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::EntityType |
entity type
typedef ToNewDimDomainFunctionSpace< LocalFunctionSpaceType, EntityType :: Geometry :: coorddimension >::Type Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::FunctionSpaceType |
type of function space
|
protected |
typedef FunctionSpaceType::HessianRangeType Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::HessianRangeType |
hessian range type
typedef FunctionSpaceType::JacobianRangeType Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::JacobianRangeType |
jacobian range type
|
protected |
|
protected |
|
protected |
|
protected |
typedef FunctionSpaceType::RangeType Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::RangeType |
range type
typedef Dune::ReferenceElement< ctype, GeometryType::coorddimension > Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::ReferenceElementType |
type of reference element
typedef ShapeFunctionSet Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::ShapeFunctionSetType |
shape function set type
|
inline |
constructor
|
inlineexplicit |
constructor
|
inline |
evaluate all basis function and multiply with given values and add to dofs
Referenced by Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::axpy().
|
inline |
evaluate all basis function and multiply with given values and add to dofs
References Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::axpy().
|
inline |
evaluate all basis function and multiply with given values and add to dofs
References Dune::Fem::ShapeFunctionSet< FunctionSpace >::evaluateEach(), and Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::shapeFunctionSet().
|
inline |
evaluate all basis function and multiply with given values and add to dofs
References Dune::Fem::coordinate(), Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::geometry(), Dune::Fem::ShapeFunctionSet< FunctionSpace >::jacobianEach(), and Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::shapeFunctionSet().
|
inline |
evaluate all basis function and multiply with given values and add to dofs
References Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::axpy().
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
References Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::entity().
Referenced by Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::axpy(), Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::hessianAll(), and Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::jacobianAll().
|
inline |
|
inline |
References Dune::Fem::coordinate(), Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::geometry(), Dune::Fem::ShapeFunctionSet< FunctionSpace >::hessianEach(), Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::shapeFunctionSet(), and Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::size().
|
inline |
|
inline |
|
inline |
References Dune::Fem::coordinate(), Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::geometry(), Dune::Fem::ShapeFunctionSet< FunctionSpace >::jacobianEach(), Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::shapeFunctionSet(), and Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::size().
|
inline |
return order of basis function set
References Dune::Fem::ShapeFunctionSet< FunctionSpace >::order(), and Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::shapeFunctionSet().
|
inline |
return reference element
References Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::type().
|
inline |
return shape function set
Referenced by Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::axpy(), Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::evaluateAll(), Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::hessianAll(), Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::jacobianAll(), Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::order(), and Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::size().
|
inline |
return size of basis function set
References Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::shapeFunctionSet(), and Dune::Fem::ShapeFunctionSet< FunctionSpace >::size().
Referenced by Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::evaluateAll(), Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::hessianAll(), and Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::jacobianAll().
|
inline |
return geometry type
References Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::entity().
Referenced by Dune::Fem::DefaultBasisFunctionSet< Entity, ShapeFunctionSet >::referenceElement().