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

Module flows


Author: Lutz Gross, l.gross@uq.edu.au

Copyright: Copyright (c) 2003-2009 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]
  DarcyFlow
solves the problem
  StokesProblemCartesian
solves
Functions [hide private]
 
C_GeneralTensorProduct(...)
C_GeneralTensorProduct([ (Data)arg0=<esys.escript.escriptcpp.Data object at 0x98632ec> [, (Data)arg1=<esys.escript.escriptcpp.Data object at 0x98631ac> [, (int)axis_offset=0 [, (int)transpose=0]]]]) -> Data
 
ContinuousFunction(...)
ContinuousFunction( (Domain)arg1) -> FunctionSpace
 
DiracDeltaFunction(...)
DiracDeltaFunction( (Domain)arg1) -> FunctionSpace
 
Function(...)
Function( (Domain)arg1) -> FunctionSpace
 
FunctionOnBoundary(...)
FunctionOnBoundary( (Domain)arg1) -> FunctionSpace
 
FunctionOnContactOne(...)
FunctionOnContactOne( (Domain)arg1) -> FunctionSpace
 
FunctionOnContactZero(...)
FunctionOnContactZero( (Domain)arg1) -> FunctionSpace
None
MPIBarrierWorld()
 
ReducedContinuousFunction(...)
ReducedContinuousFunction( (Domain)arg1) -> FunctionSpace
 
ReducedFunction(...)
ReducedFunction( (Domain)arg1) -> FunctionSpace
 
ReducedFunctionOnBoundary(...)
ReducedFunctionOnBoundary( (Domain)arg1) -> FunctionSpace
 
ReducedFunctionOnContactOne(...)
ReducedFunctionOnContactOne( (Domain)arg1) -> FunctionSpace
 
ReducedFunctionOnContactZero(...)
ReducedFunctionOnContactZero( (Domain)arg1) -> FunctionSpace
 
ReducedSolution(...)
ReducedSolution( (Domain)arg1) -> FunctionSpace
 
Scalar(...)
Scalar([ (float)value=0.0 [, (FunctionSpace)what=<esys.escript.escriptcpp.FunctionSpace object at 0x985e72c> [, (bool)expanded=False]]]) -> Data
 
Solution(...)
Solution( (Domain)arg1) -> FunctionSpace
 
Tensor(...)
Tensor([ (float)value=0.0 [, (FunctionSpace)what=<esys.escript.escriptcpp.FunctionSpace object at 0x985eaec> [, (bool)expanded=False]]]) -> Data
 
Tensor3(...)
Tensor3([ (float)value=0.0 [, (FunctionSpace)what=<esys.escript.escriptcpp.FunctionSpace object at 0x985ebac> [, (bool)expanded=False]]]) -> Data
 
Tensor4(...)
Tensor4([ (float)value=0.0 [, (FunctionSpace)what=<esys.escript.escriptcpp.FunctionSpace object at 0x986306c> [, (bool)expanded=False]]]) -> Data
 
Vector(...)
Vector([ (float)value=0.0 [, (FunctionSpace)what=<esys.escript.escriptcpp.FunctionSpace object at 0x985e96c> [, (bool)expanded=False]]]) -> Data
 
blocktimer_increment(...)
blocktimer_increment( (str)arg1, (float)arg2) -> None
None
blocktimer_initialize()
None
blocktimer_reportSortByName()
None
blocktimer_reportSortByTime()
float
blocktimer_time()
 
getEscriptParamInt(...)
getEscriptParamInt( (str)arg1 [, (int)sentinel=0]) -> int
int
getMPIRankWorld()
int
getMPISizeWorld()
 
getMPIWorldMax(...)
getMPIWorldMax( (int)arg1) -> int
float
getMachinePrecision()
float
getMaxFloat()
int
getNumberOfThreads()
 
getTestDomainFunctionSpace(...)
getTestDomainFunctionSpace( (int)arg1, (int)arg2) -> FunctionSpace : For testing only.
int
getVersion()
list
listEscriptParams()
 
load(...)
load( (str)arg1, (Domain)arg2) -> Data
bool
loadIsConfigured()
None
printParallelThreadCounts()
None
releaseUnusedMemory()
 
setEscriptParamInt(...)
setEscriptParamInt( (str)arg1 [, (int)value=0]) -> None
 
setNumberOfThreads(...)
setNumberOfThreads( (int)arg1) -> None
Variables [hide private]
  __url__ = 'https://launchpad.net/escript-finley'
Function Details [hide private]

getTestDomainFunctionSpace(...)

 

getTestDomainFunctionSpace( (int)arg1, (int)arg2) -> FunctionSpace :
    For testing only. May be removed without notice.