Chi-Tech
quadrature_conical.h
Go to the documentation of this file.
1#ifndef QUADRATURE_CONICAL_H
2#define QUADRATURE_CONICAL_H
3
5
6namespace chi_math
7{
8
9
10//###################################################################
11/**Jacobi quadrature.*/
13{
14public:
16 chi_math::Quadrature(order)
17 {
18
19 }
20
21public:
24};
25
26
27
28}//namespace chi_math
29
30#endif //QUADRATURE_CONICAL_H
QuadratureConical(QuadratureOrder order)
QuadratureOrder
Definition: quadrature.h:12