Static Public Member Functions | |
| static void | getPoints (int order, Array< double > &wgt, Array< double > &x, Array< double > &y) |
| static bool | test (int p) |
Static Private Member Functions | |
| static double | exact (int a, int b) |
Get abscissas and weights for Gaussian quadrature on quadrilateral
Definition at line 58 of file SundanceQuadQuadrature.hpp.
| double QuadQuadrature::exact | ( | int | a, |
| int | b | ||
| ) | [static, private] |
Definition at line 114 of file SundanceQuadQuadrature.cpp.
Referenced by test().
| void QuadQuadrature::getPoints | ( | int | order, |
| Array< double > & | wgt, | ||
| Array< double > & | x, | ||
| Array< double > & | y | ||
| ) | [static] |
Definition at line 51 of file SundanceQuadQuadrature.cpp.
References Sundance::Gauss1D::nodes(), Sundance::Gauss1D::nPoints(), and Sundance::Gauss1D::weights().
Referenced by test().
| bool QuadQuadrature::test | ( | int | p | ) | [static] |
Definition at line 81 of file SundanceQuadQuadrature.cpp.
References exact(), getPoints(), and Sundance::pow().