Package esys :: Package modellib :: Module probe
[hide private]
[frames] | no frames]

Module probe


Copyright: Copyright (c) 2003-2010 by University of Queensland Earth Systems Science Computational Center (ESSCC) http://www.uq.edu.au/esscc Primary Business: Queensland, Australia

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

Classes [hide private]
  EvaluateExpression
Return the evaluation of an expression at current time t and locations in the domain
  Probe
Tests values against a expression which may depend on time and spatial coordinates.
Functions [hide private]
Data
C_GeneralTensorProduct(...)
Compute a tensor product of two Data objects.
int :
getMPIRankWorld()
Return the rank of this process in the MPI World.
int
getMPIWorldMax(...)
getMPIWorldMax( (int)arg1) -> int :
int :
getVersion()
This method will only report accurate version numbers for clean checkouts.
list :
listEscriptParams()
Returns: A list of pairs (p,d) where p is the name of a parameter for escript and d is a description.
None
printParallelThreadCounts()
Variables [hide private]
  DBLE_MAX = 1.79769313486e+308
  EPSILON = 2.22044604925e-16
  __package__ = 'esys.modellib'
  __url__ = 'https://launchpad.net/escript-finley'
Function Details [hide private]

C_GeneralTensorProduct(...)

 
C_GeneralTensorProduct( (Data)arg0, (Data)arg1 [, (int)axis_offset=0 [, (int)transpose=0]]) -> Data :

Compute a tensor product of two Data objects.

Parameters:
  • arg0
  • arg1
  • axis_offset (int)
  • transpose (int) - 0: transpose neither, 1: transpose arg0, 2: transpose arg1
Returns: Data

getMPIWorldMax(...)

 

getMPIWorldMax( (int)arg1) -> int :

Each MPI process calls this function with a value for arg1. The maximum value is computed and returned.
Returns: int

listEscriptParams()

 
Returns: list :
A list of pairs (p,d) where p is the name of a parameter for escript and d is a description.