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

dolfin::ODESolver Class Reference

#include <ODESolver.h>

List of all members.

Static Public Member Functions

void solve (ODE &ode)
void solve (ODE &ode, Function &u)
void solve (ODE &ode, Function &u, Function &phi)


Detailed Description

Solves a given ODE of the form

u'(t) = f(u(t),t) on (0,T],

u(0) = u0,

where u(t) is a vector of length N, using one of (or a combination of) the multi-adaptive Galerkin methods mcG(q) or mdG(q).


Member Function Documentation

void ODESolver::solve ODE ode,
Function u,
Function phi
[static]
 

void ODESolver::solve ODE ode,
Function u
[static]
 

void ODESolver::solve ODE ode  )  [static]
 


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


Documentation automatically generated with Doxygen on 10 Sep 2004.