dune-fem
2.4.1-rc
|
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/quadrature/lumpingquadrature.hh>
Public Types | |
enum | { codimension = 1 } |
codimension of the element quadrature More... | |
enum | { dimension = BaseType::dimension } |
Dimension of the world. More... | |
typedef GridPart | GridPartType |
type of grid partition More... | |
typedef BaseType::RealType | RealType |
Just another name for double... More... | |
typedef BaseType::CoordinateType | CoordinateType |
The type of the coordinates in the codim-0 reference element. More... | |
typedef BaseType::IntersectionIteratorType | IntersectionIteratorType |
Type of the intersection iterator. More... | |
typedef IntersectionIteratorType::Intersection | IntersectionType |
Public Member Functions | |
CachingLumpingQuadrature (const GridPartType &gridPart, const IntersectionType &intersection, int ignored, typename BaseType::Side side) | |
constructor More... | |
CachingLumpingQuadrature (const ThisType &org) | |
copy constructor More... | |
const RealType & | weight (size_t i) const |
typedef BaseType::CoordinateType Dune::Fem::CachingLumpingQuadrature< GridPart, 1 >::CoordinateType |
The type of the coordinates in the codim-0 reference element.
typedef GridPart Dune::Fem::CachingLumpingQuadrature< GridPart, 1 >::GridPartType |
type of grid partition
typedef BaseType::IntersectionIteratorType Dune::Fem::CachingLumpingQuadrature< GridPart, 1 >::IntersectionIteratorType |
Type of the intersection iterator.
typedef IntersectionIteratorType::Intersection Dune::Fem::CachingLumpingQuadrature< GridPart, 1 >::IntersectionType |
typedef BaseType::RealType Dune::Fem::CachingLumpingQuadrature< GridPart, 1 >::RealType |
Just another name for double...
anonymous enum |
|
inline |
constructor
[in] | gridPart | grid partition |
[in] | intersection | intersection |
[in] | ignored | desired order of the quadrature, which is ignored here |
[in] | side | either INSIDE or OUTSIDE; codim-0 entity for which the ElementQuadrature shall be created |
|
inline |
copy constructor
[in] | org | element quadrature to copy |
|
inline |