quadRule.hh File Reference

#include <map>
#include "basics/typedefs.hh"
#include "basics/defines.hh"
#include "basics/outputOperator.hh"
#include "basics/vectorsMatrices.hh"
#include "quadrature.hh"
#include "geometry/cell2D.hh"
#include "toolbox/hashMap.hh"

Go to the source code of this file.

Classes

struct  concepts::QuadRuleFactoryTensorDuffy2d::DuffyData
 Duffy information data, i.e. the duffy parameter and the number of points. More...
 
class  concepts::QuadratureRule
 Abtract class for quadrature rules in $ \mathbb{R}^n $. More...
 
class  concepts::QuadratureRule1d
 Quadrature rule for numerical integration. More...
 
class  concepts::QuadratureRule1dDynamic
 Base class for quadrature rules with dynamically allocated storage for the weights and abscissas. More...
 
class  concepts::QuadratureRule1dGaussJacobi
 Gauss Jacobi quadrature rule not including both endpoints. More...
 
class  concepts::QuadratureRule1dGaussLobatto
 Gauss Lobatto quadrature rule including both endpoints. More...
 
class  concepts::QuadratureRule1dTrapeze
 
class  concepts::QuadratureRule2d
 Abstract class for quadrature rules in. More...
 
class  concepts::QuadratureRule2dQuadDuffy
 Class representing the Generalized Duffy quadrature rule in 2d, $ x = u^\beta, y = u^\beta v $, that is for $ \beta=1 $ the standard duffy integration rule. More...
 
class  concepts::QuadratureRule2dQuadTensor
 Tensor quadrature rule in 2d. More...
 
class  concepts::QuadRuleFactory
 Class for creation of a quadrature rule. More...
 
class  concepts::QuadRuleFactoryBase2d
 Abstract class for quadrature rule factories in 2D. More...
 
class  concepts::QuadRuleFactoryTensor2d
 This class is the same as QuadRuleFactory, but returning integration rules in 2d. More...
 
class  concepts::QuadRuleFactoryTensorDuffy2d
 Class representing a quadrature factory, that holds information about cells on which generalized duffy quadrature should be applied. More...
 

Namespaces

 concepts
 Basic namespace for Concepts-2.
 

Detailed Description

1D quadrature rules

Definition in file quadRule.hh.

Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich