Loading [MathJax]/extensions/TeX/newcommand.js
 deal.II version GIT relicensing-2846-g6fb608615f 2025-03-15 04:10:00+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\}}
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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: