Public Member Functions | |
| Projection1DTest (const Array< int > &nx, const BasisFamily &basis) | |
| std::string | name () const |
| Array< int > | pExpected () const |
| Expr | exactSoln () const |
| LinearProblem | prob (const Mesh &mesh) const |
| Array< LPTestSpec > | specs () const |
Private Attributes | |
| BasisFamily | basis_ |
Definition at line 192 of file LPTests1D.cpp.
| Projection1DTest::Projection1DTest | ( | const Array< int > & | nx, | |
| const BasisFamily & | basis | |||
| ) | [inline] |
Definition at line 196 of file LPTests1D.cpp.
| Expr Projection1DTest::exactSoln | ( | ) | const [inline] |
| std::string Projection1DTest::name | ( | ) | const [inline] |
| Array<int> Projection1DTest::pExpected | ( | ) | const [inline] |
| LinearProblem Projection1DTest::prob | ( | const Mesh & | mesh | ) | const [inline] |
| Array<LPTestSpec> Projection1DTest::specs | ( | ) | const [inline] |
Definition at line 237 of file LPTests1D.cpp.
BasisFamily Projection1DTest::basis_ [private] |