|
MathTL
|
Public Member Functions | |
| double | p (const double t) const |
| double | p_prime (const double t) const |
| double | q (const double t) const |
| double | g (const double t) const |
| double | alpha0 () const |
| double | alpha1 () const |
| double | beta0 () const |
| double | beta1 () const |
| double TestProblem::alpha0 | ( | ) | const [inline, virtual] |
left boundary condition coefficient 0
Implements MathTL::SturmBVP.
| double TestProblem::alpha1 | ( | ) | const [inline, virtual] |
left boundary condition coefficient 1
Implements MathTL::SturmBVP.
| double TestProblem::beta0 | ( | ) | const [inline, virtual] |
right boundary condition coefficient 0
Implements MathTL::SturmBVP.
| double TestProblem::beta1 | ( | ) | const [inline, virtual] |
left boundary condition coefficient 1
Implements MathTL::SturmBVP.
| double TestProblem::g | ( | const double | t | ) | const [inline, virtual] |
right-hand side
Implements MathTL::SturmBVP.
| double TestProblem::p | ( | const double | t | ) | const [inline, virtual] |
diffusion coefficient
Implements MathTL::SturmBVP.
| double TestProblem::p_prime | ( | const double | t | ) | const [inline, virtual] |
first derivative of the diffusion coefficient
Implements MathTL::SturmBVP.
| double TestProblem::q | ( | const double | t | ) | const [inline, virtual] |
reaction coefficient
Implements MathTL::SturmBVP.
1.7.6.1