| Home | Trees | Index | Help |
|---|
| Package esys :: Package escript :: Module test_xml |
|
| Classes | |
|---|---|
LinkTestCase |
|
Messenger |
|
ModeltoDomTestCase |
|
ODETEST |
implements a solver for the ODE du/dt=a*u+f(t) we use a implicit euler scheme : u_n-u_{n-1}= dt*a u_n + st*f(t_n) to get u_n we run an iterative process u_{n.k}=u_{n-1}+dt*(a u_{n.i-1} + f(t_n)) input for this model are step size dt, end time tend and a value for a, f and initial value for u. |
ParamaterSetTestCase |
|
SimulationTestCase |
|
XMLDocumentTestCase |
|
| Variable Summary | |
|---|---|
str |
__copyright__ = ' Copyright (c) 2006 by ACcESS MNRF\n ...
|
str |
__license__ = 'Licensed under the Open Software License ...
|
| Variable Details |
|---|
__copyright__
|
__license__
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Apr 27 11:16:18 2006 | http://epydoc.sf.net |