dune-fem  2.4.1-rc
Public Types | Public Member Functions | List of all members
Dune::Fem::GeoCoordFunctionCaller< codim, CoordFunction, false > Class Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/gridpart/geogridpart/cornerstorage.hh>

Public Types

typedef CoordFunction CoordFunctionType
 
typedef CoordFunctionType::GridPartType::template Codim< codim >::EntityType HostEntityType
 
typedef CoordFunctionType::RangeType RangeType
 

Public Member Functions

 GeoCoordFunctionCaller (const CoordFunction &coordFunction, const HostEntityType &hostEntity)
 
void evaluate (unsigned int i, RangeType &y) const
 
GeometryType type () const
 
std::size_t numCorners () const
 

Member Typedef Documentation

template<int codim, class CoordFunction >
typedef CoordFunction Dune::Fem::GeoCoordFunctionCaller< codim, CoordFunction, false >::CoordFunctionType
template<int codim, class CoordFunction >
typedef CoordFunctionType::GridPartType::template Codim< codim >::EntityType Dune::Fem::GeoCoordFunctionCaller< codim, CoordFunction, false >::HostEntityType
template<int codim, class CoordFunction >
typedef CoordFunctionType::RangeType Dune::Fem::GeoCoordFunctionCaller< codim, CoordFunction, false >::RangeType

Constructor & Destructor Documentation

template<int codim, class CoordFunction >
Dune::Fem::GeoCoordFunctionCaller< codim, CoordFunction, false >::GeoCoordFunctionCaller ( const CoordFunction &  coordFunction,
const HostEntityType hostEntity 
)
inline

Member Function Documentation

template<int codim, class CoordFunction >
void Dune::Fem::GeoCoordFunctionCaller< codim, CoordFunction, false >::evaluate ( unsigned int  i,
RangeType y 
) const
inline
template<int codim, class CoordFunction >
std::size_t Dune::Fem::GeoCoordFunctionCaller< codim, CoordFunction, false >::numCorners ( ) const
inline
template<int codim, class CoordFunction >
GeometryType Dune::Fem::GeoCoordFunctionCaller< codim, CoordFunction, false >::type ( ) const
inline

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