Chi-Tech
point_quadrature.h
Go to the documentation of this file.
1
#ifndef CHITECH_POINT_QUADRATURE_H
2
#define CHITECH_POINT_QUADRATURE_H
3
4
#include "
quadrature.h
"
5
6
namespace
chi_math
7
{
8
9
/**Quadrate for a single point. Helps generalize quadrature based integration
10
* on 1D cell faces.*/
11
class
PointQuadrature
:
public
Quadrature
12
{
13
public
:
14
PointQuadrature
();
15
};
16
17
}
18
19
#endif
// CHITECH_POINT_QUADRATURE_H
chi_math::PointQuadrature
Definition:
point_quadrature.h:12
chi_math::PointQuadrature::PointQuadrature
PointQuadrature()
Definition:
point_quadrature.cc:6
chi_math::Quadrature
Definition:
quadrature.h:34
chi_math
Definition:
chi_runtime.h:42
quadrature.h
framework
math
Quadratures
point_quadrature.h
Generated by
1.9.3