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

List of all members.

Public Member Functions

bool bc_left () const
bool bc_right () const
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

Member Function Documentation

bool TestProblem2::bc_left ( ) const [inline, virtual]

Dirichlet boundary conditions at 0

Implements MathTL::SimpleSturmBVP.

bool TestProblem2::bc_right ( ) const [inline, virtual]

Dirichlet boundary conditions at 1

Implements MathTL::SimpleSturmBVP.

double TestProblem2::g ( const double  t) const [inline, virtual]

right-hand side

Implements MathTL::SimpleSturmBVP.

double TestProblem2::p ( const double  t) const [inline, virtual]

diffusion coefficient

Implements MathTL::SimpleSturmBVP.

double TestProblem2::p_prime ( const double  t) const [inline, virtual]

first derivative of the diffusion coefficient

Implements MathTL::SimpleSturmBVP.

double TestProblem2::q ( const double  t) const [inline, virtual]

reaction coefficient

Implements MathTL::SimpleSturmBVP.


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