Dune-Fufem 2.11-git
Loading...
Searching...
No Matches
RefinedSimplexQuadratureRule< ct, dim > Class Template Reference

#include <dune/fufem/quadraturerules/refinedquadraturerule.hh>

Inheritance diagram for RefinedSimplexQuadratureRule< ct, dim >:
Inheritance graph

Public Types

typedef ct CoordType
 
typedef std::vector< QuadraturePoint< ct, dim > >::const_iterator iterator
 

Public Member Functions

 RefinedSimplexQuadratureRule (const Quad &quad)
 
virtual int order () const
 
virtual GeometryType type () const
 

Static Public Attributes

static constexpr int d
 

Protected Types

typedef Dune::QuadratureRule< ct, dimQuad
 
typedef Dune::QuadraturePoint< ct, dimQuadPoint
 
typedef Dune::FieldVector< ct, dimPoint
 

Protected Attributes

GeometryType geometry_type
 
int delivered_order
 

Member Typedef Documentation

◆ Point

template<class ct , int dim>
typedef Dune::FieldVector<ct,dim> RefinedSimplexQuadratureRule< ct, dim >::Point
protected

◆ Quad

template<class ct , int dim>
typedef Dune::QuadratureRule<ct,dim> RefinedSimplexQuadratureRule< ct, dim >::Quad
protected

◆ QuadPoint

template<class ct , int dim>
typedef Dune::QuadraturePoint<ct,dim> RefinedSimplexQuadratureRule< ct, dim >::QuadPoint
protected

Constructor & Destructor Documentation

◆ RefinedSimplexQuadratureRule()

template<class ct , int dim>
RefinedSimplexQuadratureRule< ct, dim >::RefinedSimplexQuadratureRule ( const Quad quad)
inline

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