Reference documentation for deal.II version 9.6.0
|
#include <deal.II/base/quadrature_lib.h>
Public Member Functions | |
QTrapezoid () | |
QTrapezoid () | |
The trapezoidal rule for numerical quadrature. This formula with two quadrature points is exact for linear polynomials and uses the end points of an interval for function evaluation in 1d, see https://en.wikipedia.org/wiki/Trapezoidal_rule . In higher dimensions, the class is constructed via a tensor product and then uses the vertices of a quadrilateral or hexahedron for function evaluation.
Definition at line 190 of file quadrature_lib.h.
QTrapezoid< dim >::QTrapezoid | ( | ) |
Definition at line 1078 of file quadrature_lib.cc.
QTrapezoid< 1 >::QTrapezoid | ( | ) |
Definition at line 413 of file quadrature_lib.cc.