dune-fem  2.4.1-rc
Public Types | List of all members
Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range > Struct Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/finitevolume/basisfunctionset.hh>

Public Types

typedef Entity EntityType
 entity type More...
 
typedef FunctionSpace< typename Entity::Geometry::ctype, typename Range::value_type, Entity::Geometry::coorddimension, Range::dimension > FunctionSpaceType
 function space type More...
 
typedef FunctionSpaceType::DomainType DomainType
 range 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< typename DomainType::value_type, DomainType::dimension > ReferenceElementType
 type of reference element More...
 

Public Member Functions

Construction
 FiniteVolumeBasisFunctionSet ()
 
 FiniteVolumeBasisFunctionSet (const EntityType &entity)
 

Public member methods

template<class Quadrature , class Vector , class DofVector >
void axpy (const Quadrature &quadrature, const Vector &values, DofVector &dofs) const
 evaluate all basis function and multiply with given values and add to dofs More...
 
template<class Quadrature , class VectorA , class VectorB , class DofVector >
void axpy (const Quadrature &quadrature, 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 Quadrature , class DofVector , class RangeArray >
void evaluateAll (const Quadrature &quadrature, const DofVector &dofs, RangeArray &ranges) const
 evaluate all basis functions and store the result in the ranges array More...
 
template<class Point , class DofVector >
void evaluateAll (const Point &x, const DofVector &dofs, RangeType &value) const
 evaluate all basis functions and store the result in the ranges array More...
 
template<class Point , class RangeArray >
void evaluateAll (const Point &x, RangeArray &values) const
 evaluate all basis functions and store the result in the ranges array More...
 
template<class QuadratureType , class DofVector , class JacobianArray >
void jacobianAll (const QuadratureType &quadrature, const DofVector &dofs, JacobianArray &jacobians) const
 evaluate the jacobian of all basis functions and store the result in the jacobians array More...
 
template<class Point , class DofVector >
void jacobianAll (const Point &x, const DofVector &dofs, JacobianRangeType &jacobian) const
 evaluate the jacobian of all basis functions and store the result in the jacobians array More...
 
template<class Point , class JacobianRangeArray >
void jacobianAll (const Point &x, JacobianRangeArray &jacobians) const
 evaluate the jacobian of all basis functions and store the result in the jacobians array More...
 
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 EntityTypeentity () const
 return entity More...
 
const ReferenceElementTypereferenceElement () const
 
Dune::GeometryType type () const
 
static DUNE_CONSTEXPR int order ()
 return order of basis function set More...
 
static DUNE_CONSTEXPR std::size_t size ()
 return size of basis function set More...
 

Member Typedef Documentation

template<class Entity , class Range >
typedef FunctionSpaceType::DomainType Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::DomainType

range type

template<class Entity , class Range >
typedef Entity Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::EntityType

entity type

template<class Entity , class Range >
typedef FunctionSpace< typename Entity::Geometry::ctype, typename Range::value_type, Entity::Geometry::coorddimension, Range::dimension > Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::FunctionSpaceType

function space type

template<class Entity , class Range >
typedef FunctionSpaceType::HessianRangeType Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::HessianRangeType

hessian range type

template<class Entity , class Range >
typedef FunctionSpaceType::JacobianRangeType Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::JacobianRangeType

jacobian range type

template<class Entity , class Range >
typedef FunctionSpaceType::RangeType Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::RangeType

range type

template<class Entity , class Range >
typedef Dune::ReferenceElement< typename DomainType::value_type, DomainType::dimension > Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::ReferenceElementType

type of reference element

Constructor & Destructor Documentation

template<class Entity , class Range >
Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::FiniteVolumeBasisFunctionSet ( )
inline
template<class Entity , class Range >
Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::FiniteVolumeBasisFunctionSet ( const EntityType entity)
inlineexplicit

Member Function Documentation

template<class Entity , class Range >
template<class Quadrature , class Vector , class DofVector >
void Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::axpy ( const Quadrature quadrature,
const Vector &  values,
DofVector &  dofs 
) const
inline

evaluate all basis function and multiply with given values and add to dofs

References Dune::Fem::IntegrationPointList< FieldImp, dim, IntegrationTraits >::nop().

Referenced by Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::axpy().

template<class Entity , class Range >
template<class Quadrature , class VectorA , class VectorB , class DofVector >
void Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::axpy ( const Quadrature quadrature,
const VectorA &  valuesA,
const VectorB &  valuesB,
DofVector &  dofs 
) const
inline

evaluate all basis function and multiply with given values and add to dofs

References Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::axpy(), and Dune::Fem::IntegrationPointList< FieldImp, dim, IntegrationTraits >::nop().

template<class Entity , class Range >
template<class Point , class DofVector >
void Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::axpy ( const Point &  x,
const RangeType valueFactor,
DofVector &  dofs 
) const
inline

evaluate all basis function and multiply with given values and add to dofs

template<class Entity , class Range >
template<class Point , class DofVector >
void Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::axpy ( const Point &  x,
const JacobianRangeType jacobianFactor,
DofVector &  dofs 
) const
inline

evaluate all basis function and multiply with given values and add to dofs

template<class Entity , class Range >
template<class Point , class DofVector >
void Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::axpy ( const Point &  x,
const RangeType valueFactor,
const JacobianRangeType jacobianFactor,
DofVector &  dofs 
) const
inline

evaluate all basis function and multiply with given values and add to dofs

References Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::axpy().

template<class Entity , class Range >
const EntityType& Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::entity ( ) const
inline
template<class Entity , class Range >
template<class Quadrature , class DofVector , class RangeArray >
void Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::evaluateAll ( const Quadrature quadrature,
const DofVector &  dofs,
RangeArray &  ranges 
) const
inline

evaluate all basis functions and store the result in the ranges array

References Dune::Fem::IntegrationPointList< FieldImp, dim, IntegrationTraits >::nop().

template<class Entity , class Range >
template<class Point , class DofVector >
void Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::evaluateAll ( const Point &  x,
const DofVector &  dofs,
RangeType value 
) const
inline

evaluate all basis functions and store the result in the ranges array

template<class Entity , class Range >
template<class Point , class RangeArray >
void Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::evaluateAll ( const Point &  x,
RangeArray &  values 
) const
inline

evaluate all basis functions and store the result in the ranges array

template<class Entity , class Range >
template<class Point , class DofVector >
void Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::hessianAll ( const Point &  x,
const DofVector &  dofs,
HessianRangeType hessian 
) const
inline

Todo:
please doc me
template<class Entity , class Range >
template<class Point , class HessianRangeArray >
void Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::hessianAll ( const Point &  x,
HessianRangeArray &  hessians 
) const
inline

Todo:
please doc me
template<class Entity , class Range >
template<class QuadratureType , class DofVector , class JacobianArray >
void Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::jacobianAll ( const QuadratureType &  quadrature,
const DofVector &  dofs,
JacobianArray &  jacobians 
) const
inline

evaluate the jacobian of all basis functions and store the result in the jacobians array

template<class Entity , class Range >
template<class Point , class DofVector >
void Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::jacobianAll ( const Point &  x,
const DofVector &  dofs,
JacobianRangeType jacobian 
) const
inline

evaluate the jacobian of all basis functions and store the result in the jacobians array

template<class Entity , class Range >
template<class Point , class JacobianRangeArray >
void Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::jacobianAll ( const Point &  x,
JacobianRangeArray &  jacobians 
) const
inline

evaluate the jacobian of all basis functions and store the result in the jacobians array

template<class Entity , class Range >
static DUNE_CONSTEXPR int Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::order ( )
inlinestatic

return order of basis function set

template<class Entity , class Range >
const ReferenceElementType& Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::referenceElement ( ) const
inline
template<class Entity , class Range >
static DUNE_CONSTEXPR std::size_t Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::size ( )
inlinestatic

return size of basis function set

template<class Entity , class Range >
Dune::GeometryType Dune::Fem::FiniteVolumeBasisFunctionSet< Entity, Range >::type ( ) const
inline

The documentation for this struct was generated from the following file: