Classes |
class | Dune::QuadratureOrderOutOfRange |
| Exception thrown if an desired QuadratureRule is not available, because the order is to high. More...
|
class | Dune::QuadraturePoint< ct, dim > |
| Single evaluation point in a quadrature rule. More...
|
class | Dune::QuadratureRule< ct, dim > |
| Abstract base class for quadrature rules. More...
|
class | Dune::QuadratureRules< ctype, dim > |
| A container for all quadrature rules of dimension dim More...
|
class | Dune::CubeQuadratureRule< ct, dim > |
| Gauss quadrature for the n-dimensional cube. More...
|
class | Dune::CubeQuadratureRule< ct, 0 > |
| Gauss quadrature for the n-dimensional cube. More...
|
struct | Dune::CubeQuadratureInitHelper< ct, true > |
struct | Dune::CubeQuadratureInitHelper< ct, false > |
class | Dune::CubeQuadratureRule< ct, 1 > |
| Gauss quadrature for the n-dimensional cube. More...
|
struct | Dune::Jacobi1QuadratureInitHelper< ct, true > |
struct | Dune::Jacobi1QuadratureInitHelper< ct, false > |
class | Dune::Jacobi1QuadratureRule< ct, 1 > |
| Jacobi-Gauss quadrature for alpha=1, beta=0
. More...
|
struct | Dune::Jacobi2QuadratureInitHelper< ct, true > |
struct | Dune::Jacobi2QuadratureInitHelper< ct, false > |
class | Dune::Jacobi2QuadratureRule< ct, 1 > |
| Jacobi-Gauss quadrature for alpha=2, beta=0
. More...
|
class | Dune::SimplexQuadratureRule< ct, 2 > |
| Quadrature rules for triangles. More...
|
class | Dune::SimplexQuadratureRule< ct, 3 > |
| Quadrature rules for tetrahedra. More...
|
class | Dune::PrismQuadraturePoints< 3 > |
struct | Dune::PrismQuadraturePointsSingleton< dim > |
| Singleton holding the Prism Quadrature points. More...
|
struct | Dune::PrismQuadraturePointsSingleton< 3 > |
| Singleton holding the Prism Quadrature points. More...
|
class | Dune::PrismQuadratureRule< ct, 3 > |
| Quadrature rules for prisms
. More...
|
class | Dune::PyramidQuadraturePoints |
struct | Dune::PyramidQuadraturePointsSingleton< dim > |
| Singleton holding the pyramid quadrature points
. More...
|
struct | Dune::PyramidQuadraturePointsSingleton< 3 > |
| Singleton holding the pyramid quadrature points
. More...
|
class | Dune::PyramidQuadratureRule< ct, 3 > |
| Quadrature rules for Pyramids
. More...
|
class | Dune::QuadratureRuleFactory< ctype, dim > |
| Factory class for creation of quadrature rules, depending on GeometryType, order and QuadratureType. More...
|
class | Dune::QuadratureRuleFactory< ctype, 0 > |
class | Dune::QuadratureRuleFactory< ctype, 1 > |
class | Dune::QuadratureRuleFactory< ctype, 3 > |
Interface for quadrature points and rules