Chi-Tech
point_quadrature.cc
Go to the documentation of this file.
1#include "point_quadrature.h"
2
3namespace chi_math
4{
5
7{
8 qpoints_ = {{0.0, 0.0, 0.0}};
9 weights_ = {1.0};
10}
11
12} // namespace chi_math
std::vector< chi_math::QuadraturePointXYZ > qpoints_
Definition: quadrature.h:37
std::vector< double > weights_
Definition: quadrature.h:38
QuadratureOrder
Definition: quadrature.h:12