DUNE-FEM (unstable)
Dune::Fem::IntersectionQuadrature< FaceQuadrature, conforming > Class Template Reference
IntersectionQuadrature is a helper class for creating the appropriate face quadratures for integrating over intersections. More...
#include <dune/fem/quadrature/intersectionquadrature.hh>
Public Types | |
| enum | |
| codimension of the element quadrature | |
| enum | |
| Dimension of the world. | |
| typedef FaceQuadrature::GridPartType | GridPartType |
| type of grid partition | |
| typedef GridPartType::IntersectionIteratorType | IntersectionIteratorType |
| Type of the intersection iterator. | |
| typedef QuadSelector< FaceQuadrature, conforming >::FaceQuadratureType | FaceQuadratureType |
| type of intersection quadrature implementation | |
| typedef FaceQuadratureType::RealType | RealType |
| Just another name for double... | |
| typedef FaceQuadratureType::CoordinateType | CoordinateType |
| The type of the coordinates in the codim-0 reference element. | |
Public Member Functions | |
| IntersectionQuadrature (const GridPartType &gridPart, const IntersectionType &intersection, const int order) | |
| Constructor creating an inside and an outside face quadrature for integrating over an intersection. More... | |
| IntersectionQuadrature (const GridPartType &gridPart, const IntersectionType &intersection, const int order, const bool noNeighborCheck) | |
| Constructor creating an inside and an outside face quadrature for integrating over an intersection. More... | |
| const FaceQuadratureType & | inside () const |
| return reference to inside face quadrature | |
| const FaceQuadratureType & | outside () const |
| return reference to outside face quadrature | |
Detailed Description
template<typename FaceQuadrature, bool conforming>
class Dune::Fem::IntersectionQuadrature< FaceQuadrature, conforming >
class Dune::Fem::IntersectionQuadrature< FaceQuadrature, conforming >
IntersectionQuadrature is a helper class for creating the appropriate face quadratures for integrating over intersections.
Constructor & Destructor Documentation
◆ IntersectionQuadrature() [1/2]
template<typename FaceQuadrature , bool conforming>
|
inline |
Constructor creating an inside and an outside face quadrature for integrating over an intersection.
- Parameters
-
[in] gridPart grid partition [in] intersection intersection [in] order desired order of the quadrature
◆ IntersectionQuadrature() [2/2]
template<typename FaceQuadrature , bool conforming>
|
inline |
Constructor creating an inside and an outside face quadrature for integrating over an intersection.
- Parameters
-
[in] gridPart grid partition [in] intersection intersection [in] order desired order of the quadrature [in] noNeigborCheck flag that indicates that the neighbor check is not necessary (independent of the value of noNeigborCheck)
- Note
- For this constructor intersection.neighbor() must return true.
The documentation for this class was generated from the following file:
- dune/fem/quadrature/intersectionquadrature.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden & Uni Heidelberg |
generated with Hugo v0.111.3
(Nov 3, 23:36, 2025)