dune-fem
2.4.1-rc
|
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/shapefunctionset/caching.hh>
Public Types | |
typedef ShapeFunctionSet::FunctionSpaceType | FunctionSpaceType |
typedef ShapeFunctionSet::DomainType | DomainType |
typedef ShapeFunctionSet::RangeType | RangeType |
typedef ShapeFunctionSet::JacobianRangeType | JacobianRangeType |
typedef ShapeFunctionSet::HessianRangeType | HessianRangeType |
typedef std::vector< RangeType > | RangeVectorType |
typedef std::vector< JacobianRangeType > | JacobianRangeVectorType |
typedef std::vector< RangeVectorType > | ValueCacheVectorType |
typedef std::vector< JacobianRangeVectorType > | JacobianCacheVectorType |
Public Member Functions | |
CachingShapeFunctionSet (const GeometryType &type, const ShapeFunctionSet &shapeFunctionSet=ShapeFunctionSet()) | |
~CachingShapeFunctionSet () | |
CachingShapeFunctionSet (const ThisType &)=delete | |
const ThisType & | operator= (const ThisType &)=delete |
int | order () const |
std::size_t | size () const |
template<class Point , class Functor > | |
void | evaluateEach (const Point &x, Functor functor) const |
template<class Quadrature , class Functor > | |
void | evaluateEach (const QuadraturePointWrapper< Quadrature > &x, Functor functor) const |
template<class Point , class Functor > | |
void | jacobianEach (const Point &x, Functor functor) const |
template<class Quadrature , class Functor > | |
void | jacobianEach (const QuadraturePointWrapper< Quadrature > &x, Functor functor) const |
template<class Point , class Functor > | |
void | hessianEach (const Point &x, Functor functor) const |
GeometryType | type () const |
template<class QuadratureType > | |
const RangeVectorType & | rangeCache (const QuadratureType &quadrature) const |
template<class QuadratureType > | |
const JacobianRangeVectorType & | jacobianCache (const QuadratureType &quadrature) const |
typedef ShapeFunctionSet::DomainType Dune::Fem::CachingShapeFunctionSet< ShapeFunctionSet >::DomainType |
typedef ShapeFunctionSet::FunctionSpaceType Dune::Fem::CachingShapeFunctionSet< ShapeFunctionSet >::FunctionSpaceType |
typedef ShapeFunctionSet::HessianRangeType Dune::Fem::CachingShapeFunctionSet< ShapeFunctionSet >::HessianRangeType |
typedef std::vector< JacobianRangeVectorType > Dune::Fem::CachingShapeFunctionSet< ShapeFunctionSet >::JacobianCacheVectorType |
typedef ShapeFunctionSet::JacobianRangeType Dune::Fem::CachingShapeFunctionSet< ShapeFunctionSet >::JacobianRangeType |
typedef std::vector< JacobianRangeType > Dune::Fem::CachingShapeFunctionSet< ShapeFunctionSet >::JacobianRangeVectorType |
typedef ShapeFunctionSet::RangeType Dune::Fem::CachingShapeFunctionSet< ShapeFunctionSet >::RangeType |
typedef std::vector< RangeType > Dune::Fem::CachingShapeFunctionSet< ShapeFunctionSet >::RangeVectorType |
typedef std::vector< RangeVectorType > Dune::Fem::CachingShapeFunctionSet< ShapeFunctionSet >::ValueCacheVectorType |
|
inlineexplicit |
|
inline |
References Dune::Fem::FunctionSpaceInterface< VectorSpaceTraits< DomainField, RangeField, dimD, dimR > >::dimDomain, Dune::Fem::CachingShapeFunctionSet< ShapeFunctionSet >::evaluateEach(), Dune::Fem::IntegrationPointList< FieldImp, dim, IntegrationTraits >::id(), Dune::Fem::CachingShapeFunctionSet< ShapeFunctionSet >::jacobianEach(), Dune::Fem::CachingShapeFunctionSet< ShapeFunctionSet >::size(), and Dune::Fem::QuadratureStorageRegistry::unregisterStorage().
Referenced by Dune::Fem::CachingShapeFunctionSet< ShapeFunctionSet >::CachingShapeFunctionSet().
|
delete |
|
inline |
References Dune::Fem::ShapeFunctionSet< FunctionSpace >::evaluateEach().
Referenced by Dune::Fem::CachingShapeFunctionSet< ShapeFunctionSet >::evaluateEach(), Dune::Fem::CachingShapeFunctionSet< ShapeFunctionSet >::jacobianCache(), and Dune::Fem::CachingShapeFunctionSet< ShapeFunctionSet >::~CachingShapeFunctionSet().
|
inline |
|
inline |
|
inline |
References Dune::Fem::CachingShapeFunctionSet< ShapeFunctionSet >::evaluateEach(), Dune::Fem::CachingShapeFunctionSet< ShapeFunctionSet >::jacobianEach(), Dune::Fem::IntegrationPointList< FieldImp, dim, IntegrationTraits >::point(), and Dune::Fem::CachingShapeFunctionSet< ShapeFunctionSet >::size().
|
inline |
References Dune::Fem::ShapeFunctionSet< FunctionSpace >::jacobianEach().
Referenced by Dune::Fem::CachingShapeFunctionSet< ShapeFunctionSet >::jacobianCache(), Dune::Fem::CachingShapeFunctionSet< ShapeFunctionSet >::jacobianEach(), and Dune::Fem::CachingShapeFunctionSet< ShapeFunctionSet >::~CachingShapeFunctionSet().
|
inline |
|
delete |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |