 
 
 
| 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) | 
Definition at line 46 of file SundanceFeketeBrickQuadrature.hpp.
| double FeketeBrickQuadrature::exact | ( | int | a, | |
| int | b, | |||
| int | c | |||
| ) |  [static, private] | 
| void FeketeBrickQuadrature::getPoints | ( | int | order, | |
| Array< double > & | wgt, | |||
| Array< double > & | x, | |||
| Array< double > & | y, | |||
| Array< double > & | z | |||
| ) |  [static] | 
Definition at line 9 of file SundanceFeketeBrickQuadrature.cpp.
References Sundance::GaussLobatto1D::nodes(), Sundance::GaussLobatto1D::nPoints(), and Sundance::GaussLobatto1D::weights().
Referenced by test().
| bool FeketeBrickQuadrature::test | ( | int | p | ) |  [static] | 
Definition at line 46 of file SundanceFeketeBrickQuadrature.cpp.
References exact(), getPoints(), and Sundance::pow().