dune-fem  2.4.1-rc
Public Types | Static Public Member Functions | List of all members
Dune::Fem::PointProvider< ct, dim, 1 > Class Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/quadrature/caching/pointprovider.hh>

Public Types

typedef Traits::QuadratureType QuadratureType
 
typedef Traits::PointType LocalPointType
 
typedef Traits::PointVectorType LocalPointVectorType
 
typedef Traits::MapperType MapperType
 
typedef Traits::MapperVectorType MapperVectorType
 
typedef FieldVector< ct, dim > GlobalPointType
 
typedef std::vector< GlobalPointTypeGlobalPointVectorType
 
typedef Traits::QuadratureKeyType QuadratureKeyType
 

Static Public Member Functions

static const MapperVectorTypegetMappers (const QuadratureType &quad, const GeometryType &elementGeo)
 
static const MapperVectorTypegetMappers (const QuadratureType &quad, const LocalPointVectorType &pts, const GeometryType &elementGeo)
 
static const GlobalPointVectorTypegetPoints (const size_t id, const GeometryType &elementGeo)
 

Member Typedef Documentation

template<class ct , int dim>
typedef FieldVector<ct, dim> Dune::Fem::PointProvider< ct, dim, 1 >::GlobalPointType
template<class ct , int dim>
typedef std::vector<GlobalPointType> Dune::Fem::PointProvider< ct, dim, 1 >::GlobalPointVectorType
template<class ct , int dim>
typedef Traits::PointType Dune::Fem::PointProvider< ct, dim, 1 >::LocalPointType
template<class ct , int dim>
typedef Traits::PointVectorType Dune::Fem::PointProvider< ct, dim, 1 >::LocalPointVectorType
template<class ct , int dim>
typedef Traits::MapperType Dune::Fem::PointProvider< ct, dim, 1 >::MapperType
template<class ct , int dim>
typedef Traits::MapperVectorType Dune::Fem::PointProvider< ct, dim, 1 >::MapperVectorType
template<class ct , int dim>
typedef Traits::QuadratureKeyType Dune::Fem::PointProvider< ct, dim, 1 >::QuadratureKeyType
template<class ct , int dim>
typedef Traits::QuadratureType Dune::Fem::PointProvider< ct, dim, 1 >::QuadratureType

Member Function Documentation

template<class ct , int dim>
const PointProvider< ct, dim, 1 >::MapperVectorType & Dune::Fem::PointProvider< ct, dim, 1 >::getMappers ( const QuadratureType quad,
const GeometryType &  elementGeo 
)
inlinestatic
template<class ct , int dim>
const PointProvider< ct, dim, 1 >::MapperVectorType & Dune::Fem::PointProvider< ct, dim, 1 >::getMappers ( const QuadratureType quad,
const LocalPointVectorType pts,
const GeometryType &  elementGeo 
)
inlinestatic
template<class ct , int dim>
const PointProvider< ct, dim, 1 >::GlobalPointVectorType & Dune::Fem::PointProvider< ct, dim, 1 >::getPoints ( const size_t  id,
const GeometryType &  elementGeo 
)
inlinestatic

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