Package esys :: Package escript :: Module escriptcpp :: Class TransportProblem
[hide private]
[frames] | no frames]

Class TransportProblem

 object --+    
          |    
??.instance --+
              |
             TransportProblem
Known Subclasses:

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None
 
__reduce__(...)
helper for pickle
 
getSafeTimeStepSize(...)
getSafeTimeStepSize( (TransportProblem)arg1) -> float
 
getUnlimitedTimeStepSize(...)
getUnlimitedTimeStepSize( (TransportProblem)arg1) -> float
 
insertConstraint(...)
inserts constraint u_{,t}=r where q>0 into the problem using a weighting factor
int
isEmpty(...)
 
reset(...)
resets the transport operator typically as they have been updated.
 
resetValues(...)
resetValues( (TransportProblem)arg1) -> None
Data
solve(...)
returns the solution u for a time step dt>0 with initial value u0

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  __instance_size__ = 32
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 
__init__( (object)arg1) -> None
Overrides: object.__init__

__reduce__(...)

 
helper for pickle
Overrides: object.__reduce__
(inherited documentation)

solve(...)

 
solve( (TransportProblem)arg1, (Data)u0, (Data)source, (float)dt, (object)options) -> Data :
returns the solution u for a time step dt>0 with initial value u0
Parameters:
Returns: Data