dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
Dune::Fem::GeoCoordFunctionCaller< codim, CoordFunction, false > Class Template Reference

#include <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

◆ CoordFunctionType

template<int codim, class CoordFunction >
typedef CoordFunction Dune::Fem::GeoCoordFunctionCaller< codim, CoordFunction, false >::CoordFunctionType

◆ HostEntityType

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

◆ RangeType

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

Constructor & Destructor Documentation

◆ GeoCoordFunctionCaller()

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

Member Function Documentation

◆ evaluate()

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

◆ numCorners()

template<int codim, class CoordFunction >
std::size_t Dune::Fem::GeoCoordFunctionCaller< codim, CoordFunction, false >::numCorners ( ) const
inline

◆ type()

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: