![]() |
#include <ODESolverWrapper.h>
Inheritance diagram for dolfin::ODESolverWrapper:


Public Member Functions | |
| ODESolverWrapper (ODE &ode) | |
| const char * | description () |
| Problem description. | |
| void | solve () |
| Solve problem. | |
Note that it is probably more convenient to call the ODE solver directly, rather than creating an Problem from a given ODE and then solve it:
Calling the ODE solver directly (not using this module):
Lorenz lorenz; lorenz.solve();
Creating a Problem and then calling solve (using this module):
Lorenz lorenzODE; Problem lorenz("ode", lorenzODE); lorenz.solve();
|
|
|
|
|
Problem description.
Implements dolfin::Solver. |
|
|
Solve problem.
Implements dolfin::Solver. |
![]()
Documentation automatically generated with Doxygen on 10 Sep 2004.