Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

TestProblem9 Class Reference

#include <TestProblem9.h>

Inheritance diagram for TestProblem9:

Inheritance graph
[legend]
Collaboration diagram for TestProblem9:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TestProblem9 ()
real u0 (unsigned int i)
 Initial value.

real f (const Vector &u, real t, unsigned int i)
 Right-hand side.

Element::Type method (unsigned int i)
 Method to use for given component (optional).

unsigned int order (unsigned int i)
 Order to use for given component (optional).


Constructor & Destructor Documentation

TestProblem9::TestProblem9  )  [inline]
 


Member Function Documentation

real TestProblem9::f const Vector u,
real  t,
unsigned int  i
[inline, virtual]
 

Right-hand side.

Implements dolfin::ODE.

Element::Type TestProblem9::method unsigned int  i  )  [inline, virtual]
 

Method to use for given component (optional).

Reimplemented from dolfin::ODE.

unsigned int TestProblem9::order unsigned int  i  )  [inline, virtual]
 

Order to use for given component (optional).

Reimplemented from dolfin::ODE.

real TestProblem9::u0 unsigned int  i  )  [inline, virtual]
 

Initial value.

Implements dolfin::ODE.


The documentation for this class was generated from the following file:


Documentation automatically generated with Doxygen on 10 Sep 2004.