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

Module esys.escript.test_pdetools

Test suite for the pdetools module

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_pdetools  

Variable Summary
str __author__ = 'Lutz Gross, l.gross@uq.edu.au'
str __copyright__ = '  Copyright (c) 2006 by ACcESS MNRF\n  ...
str __date__ = '$Date$'
str __license__ = 'Licensed under the Open Software License ...
str __url__ = 'http://www.iservo.edu.au/esys/escript'
str __version__ = '$Revision$'
function ContinuousFunction = <Boost.Python.function object at 0x...
function DiracDeltaFunction = <Boost.Python.function object at 0x...
function Function = <Boost.Python.function object at 0x81b2c70>
function FunctionOnBoundary = <Boost.Python.function object at 0x...
function FunctionOnContactOne = <Boost.Python.function object at ...
function FunctionOnContactZero = <Boost.Python.function object at...
function getNumberOfThreads = <Boost.Python.function object at 0x...
function ReducedSolution = <Boost.Python.function object at 0x81b...
function Scalar = <Boost.Python.function object at 0x81b2df8>
function setNumberOfThreads = <Boost.Python.function object at 0x...
function Solution = <Boost.Python.function object at 0x81b2d50>
function Tensor = <Boost.Python.function object at 0x81b2e68>
function Tensor3 = <Boost.Python.function object at 0x81b2ea0>
function Tensor4 = <Boost.Python.function object at 0x81b2ed8>
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$'                                                               

__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$'                                                           

ContinuousFunction

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

DiracDeltaFunction

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

Function

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

FunctionOnBoundary

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

FunctionOnContactOne

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

FunctionOnContactZero

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

getNumberOfThreads

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

ReducedSolution

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

Scalar

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

setNumberOfThreads

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

Solution

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

Tensor

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

Tensor3

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

Tensor4

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

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