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

Module mountains


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]
  Mountains
The Mountains class is defined by the following equations:
  SubSteppingException
Thrown if the L{Mountains} class uses substepping.
Functions [hide private]
Data
Scalar(...)
Construct a Data object containing scalar data-points.
FunctionSpace
Solution(...)
Data
Vector(...)
Construct a Data object containing rank1 data-points.
Variables [hide private]
  __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

Vector(...)

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

Construct a Data object containing rank1 data-points.

Vector( (object)value [, (FunctionSpace)what=<esys.escript.escriptcpp.FunctionSpace object at 0x12e6350> [, (bool)expanded=False]]) -> Data

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