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

Module faultsystems


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]
  FaultSystem
The FaultSystem class defines a system of faults in the Earth's crust.
Functions [hide private]
Data
Scalar(...)
Construct a Data object containing scalar data-points.
Variables [hide private]
  EPSILON = 2.22044604925e-16
  __package__ = 'esys.escript'
  __url__ = 'https://launchpad.net/escript-finley'
Function Details [hide private]

Scalar(...)

 
Scalar([ (float)value=0.0 [, (FunctionSpace)what=<esys.escript.escriptcpp.FunctionSpace object at 0x12e6250> [, (bool)expanded=False]]]) -> Data :

Construct a Data object containing scalar data-points.

Parameters:
  • value (float) - scalar value for all points
  • what (FunctionSpace) - FunctionSpace for Data
  • expanded (bool) - If True, a value is stored for each point. If False, more efficient representations may be used
Returns: Data