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