Reference documentation for deal.II version GIT relicensing-399-g79d89019c5 2024-04-16 15:00:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
QMidpoint< dim > Class Template Reference

#include <deal.II/base/quadrature_lib.h>

Inheritance diagram for QMidpoint< dim >:
Inheritance graph
[legend]

Public Member Functions

 QMidpoint ()
 
 QMidpoint ()
 

Detailed Description

template<int dim>
class QMidpoint< dim >

The midpoint rule for numerical quadrature. This one-point formula is exact for linear integrands.

Note
This class only works for cells that are tensor product (hypercube) cells, that is, are either ReferenceCells::Line, ReferenceCells::Quadrilateral, or ReferenceCells::Hexahedron. For other cell shapes, this class is not appropriate. Use ReferenceCell::get_midpoint_quadrature() instead.

Definition at line 161 of file quadrature_lib.h.

Constructor & Destructor Documentation

◆ QMidpoint() [1/2]

template<int dim>
QMidpoint< dim >::QMidpoint ( )

Definition at line 1071 of file quadrature_lib.cc.

◆ QMidpoint() [2/2]

Definition at line 403 of file quadrature_lib.cc.


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