Public Member Functions | |
| Coupled1DTest (const Array< int > &nx) | |
| std::string | name () const |
| Expr | exactSoln () const |
| Array< int > | pExpected () const |
| Return the order of accuracy expected for the solution. | |
| LinearProblem | prob (const Mesh &mesh) const |
| Array< LPTestSpec > | specs () const |
Definition at line 310 of file LPTests1D.cpp.
| Coupled1DTest::Coupled1DTest | ( | const Array< int > & | nx | ) | [inline] |
Definition at line 314 of file LPTests1D.cpp.
| Expr Coupled1DTest::exactSoln | ( | ) | const [inline, virtual] |
Implements Sundance::ForwardProblemTestBase.
Definition at line 320 of file LPTests1D.cpp.
References Sundance::ForwardProblemTestBase::coord(), and Sundance::List().
| std::string Coupled1DTest::name | ( | ) | const [inline, virtual] |
Implements Sundance::ForwardProblemTestBase.
Definition at line 317 of file LPTests1D.cpp.
| Array<int> Coupled1DTest::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 334 of file LPTests1D.cpp.
| LinearProblem Coupled1DTest::prob | ( | const Mesh & | mesh | ) | const [inline, virtual] |
Implements Sundance::LPTestBase.
Definition at line 337 of file LPTests1D.cpp.
References Sundance::ForwardProblemTestBase::coord(), Sundance::LP1DTestBase::domain(), Sundance::gradient(), Sundance::LP1DTestBase::interior(), Sundance::LineDomain::left(), Sundance::List(), Sundance::LineDomain::right(), and Sundance::ForwardProblemTestBase::vecType().
| Array<LPTestSpec> Coupled1DTest::specs | ( | ) | const [inline, virtual] |
Reimplemented from Sundance::LPTestBase.
Definition at line 368 of file LPTests1D.cpp.