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
6namespace chi_math
7{
8
9/**Quadrate for a single point. Helps generalize quadrature based integration
10* on 1D cell faces.*/
12{
13public:
15};
16
17}
18
19#endif // CHITECH_POINT_QUADRATURE_H