
Public Member Functions | |
| Poisson1DTest (const Array< int > &nx, const BasisFamily &basis) | |
| std::string | name () const |
| Array< int > | pExpected () const |
| Return the order of accuracy expected for the solution. | |
| Expr | exactSoln () const |
| LinearProblem | prob (const Mesh &mesh) const |
| Array< LPTestSpec > | specs () const |
Private Attributes | |
| BasisFamily | basis_ |
Definition at line 122 of file LPTests1D.cpp.
| Poisson1DTest::Poisson1DTest | ( | const Array< int > & | nx, | |
| const BasisFamily & | basis | |||
| ) | [inline] |
Definition at line 126 of file LPTests1D.cpp.
| Expr Poisson1DTest::exactSoln | ( | ) | const [inline, virtual] |
Implements Sundance::ForwardProblemTestBase.
Definition at line 142 of file LPTests1D.cpp.
References Sundance::ForwardProblemTestBase::coord().
| std::string Poisson1DTest::name | ( | ) | const [inline, virtual] |
Implements Sundance::ForwardProblemTestBase.
Definition at line 130 of file LPTests1D.cpp.
References basis_, and Playa::Handle< PointerType >::print().
| Array<int> Poisson1DTest::pExpected | ( | ) | const [inline, virtual] |
Return the order of accuracy expected for the solution.
If the problem is vector-valued, an array of expected orders is returned.
Implements Sundance::ForwardProblemTestBase.
Definition at line 139 of file LPTests1D.cpp.
References basis_, and Sundance::BasisFamily::order().
| LinearProblem Poisson1DTest::prob | ( | const Mesh & | mesh | ) | const [inline, virtual] |
Implements Sundance::LPTestBase.
Definition at line 151 of file LPTests1D.cpp.
References basis_, Sundance::ForwardProblemTestBase::coord(), Sundance::LP1DTestBase::domain(), Sundance::gradient(), Sundance::LP1DTestBase::interior(), Sundance::LineDomain::left(), Sundance::BasisFamily::order(), and Sundance::ForwardProblemTestBase::vecType().
| Array<LPTestSpec> Poisson1DTest::specs | ( | ) | const [inline, virtual] |
BasisFamily Poisson1DTest::basis_ [private] |