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

Module esys.escript.test_linearPDEs

Test suite for linearPDEs class

The tests must be linked with a Domain class object in the setUp method:

   from esys.finley import Rectangle
   class Test_LinearPDEOnFinley(Test_LinearPDE):
       def setUp(self):
           self.domain = Rectangle(10,10,2)
   suite = unittest.TestSuite()
   suite.addTest(unittest.makeSuite(Test_LinearPDEOnFinley))
   unittest.TextTestRunner(verbosity=2).run(suite)

@var __author__: name of author
@var __copyright__: copyrights
@var __license__: licence agreement
@var __url__: url entry point on documentation
@var __version__: version
@var __date__: date of the version

Classes
Test_LinearPDE  
Test_linearPDEs  
Test_Poisson  

Variable Summary
str __author__ = 'Lutz Gross, l.gross@uq.edu.au'
str __copyright__ = '  Copyright (c) 2006 by ACcESS MNRF\n  ...
str __date__ = '$Date: 2006-03-23 20:55:31 +1000 (Thu, 23 Ma...
str __license__ = 'Licensed under the Open Software License ...
str __url__ = 'http://www.iservo.edu.au/esys/escript'
str __version__ = '$Revision: 637 $'
function ContinuousFunction = <Boost.Python.function object at 0x...
function Function = <Boost.Python.function object at 0x81b2c70>
function FunctionOnBoundary = <Boost.Python.function object at 0x...
function FunctionOnContactZero = <Boost.Python.function object at...
function ReducedSolution = <Boost.Python.function object at 0x81b...
function Scalar = <Boost.Python.function object at 0x81b2df8>
function Solution = <Boost.Python.function object at 0x81b2d50>
function Vector = <Boost.Python.function object at 0x81b2e30>

Variable Details

__author__

Type:
str
Value:
'Lutz Gross, l.gross@uq.edu.au'                                        

__copyright__

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

__date__

Type:
str
Value:
'$Date: 2006-03-23 20:55:31 +1000 (Thu, 23 Mar 2006) $'                

__license__

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

__url__

Type:
str
Value:
'http://www.iservo.edu.au/esys/escript'                                

__version__

Type:
str
Value:
'$Revision: 637 $'                                                     

ContinuousFunction

Type:
function
Value:
<Boost.Python.function object at 0x81b2c38>                            

Function

Type:
function
Value:
<Boost.Python.function object at 0x81b2c70>                            

FunctionOnBoundary

Type:
function
Value:
<Boost.Python.function object at 0x81b2ca8>                            

FunctionOnContactZero

Type:
function
Value:
<Boost.Python.function object at 0x81b2ce0>                            

ReducedSolution

Type:
function
Value:
<Boost.Python.function object at 0x81b2d88>                            

Scalar

Type:
function
Value:
<Boost.Python.function object at 0x81b2df8>                            

Solution

Type:
function
Value:
<Boost.Python.function object at 0x81b2d50>                            

Vector

Type:
function
Value:
<Boost.Python.function object at 0x81b2e30>                            

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