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

dolfin::ODEFunction Class Reference

#include <ODEFunction.h>

Inheritance diagram for dolfin::ODEFunction:

Inheritance graph
[legend]
Collaboration diagram for dolfin::ODEFunction:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ODEFunction (unsigned int N)
 ~ODEFunction ()
real operator() (unsigned int i, real t)
ElementDataelmdata ()

Detailed Description

ODEFunction represents a solution of an ODE. Note that an ODEFunction contains its data. (Whereas a DofFunction is constructed from a given Mesh and a given Vector and only contains references to data.)


Constructor & Destructor Documentation

ODEFunction::ODEFunction unsigned int  N  ) 
 

ODEFunction::~ODEFunction  ) 
 


Member Function Documentation

ElementData & ODEFunction::elmdata  )  [virtual]
 

Reimplemented from dolfin::GenericFunction.

real ODEFunction::operator() unsigned int  i,
real  t
[virtual]
 

Reimplemented from dolfin::GenericFunction.


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


Documentation automatically generated with Doxygen on 10 Sep 2004.