Package esys :: Package escript :: Module test_xml
[show private | hide private]
[frames | no frames]

Module esys.escript.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__

Type:
str
Value:
'''  Copyright (c) 2006 by ACcESS MNRF
                    http://www.access.edu.au
                Primary Business: Queensland, Australia'''             

__license__

Type:
str
Value:
'''Licensed under the Open Software License version 3.0
             http://www.opensource.org/licenses/osl-3.0.php'''         

Generated by Epydoc 2.1 on Thu Apr 27 11:16:18 2006 http://epydoc.sf.net