MathTL
Public Member Functions
TestProblem Class Reference
Inheritance diagram for TestProblem:
MathTL::SturmBVP MathTL::TwoPointBVP< 2 >

List of all members.

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

Member Function Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Functions Variables Typedefs Enumerations