Doxygen API reference documentation for ideal.II
Public Member Functions | List of all members
idealii::QRightBox Class Reference

1D right box rule. More...

#include <quadrature_lib.hh>

Inheritance diagram for idealii::QRightBox:
Inheritance graph
[legend]
Collaboration diagram for idealii::QRightBox:
Collaboration graph
[legend]

Public Member Functions

 QRightBox ()
 Default constructor. More...
 
- Public Member Functions inherited from idealii::QGaussRadau< 1 >
 QGaussRadau (const unsigned int n, EndPoint end_point=QGaussRadau::left)
 Generate a formula wit n quadrature points.
 
 QGaussRadau (QGaussRadau< dim > &&) noexcept=default
 

Additional Inherited Members

- Public Types inherited from idealii::QGaussRadau< 1 >
enum  EndPoint
 

Detailed Description

1D right box rule.

The quadrature with generalized support point 1 and weight 1. This produces a quadrature that is exact for constant polynomials.

Although this is not necessarily desirable, using this formula for dG(0) elements in time leads to the backward Euler method.

Constructor & Destructor Documentation

◆ QRightBox()

idealii::QRightBox::QRightBox ( )

Default constructor.

Constructs the quadrature formula with weight[0] = 1.0 and quadrature_points[0] = dealii::Point<1>(1.0)


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