Package solvcon :: Package kerpak :: Module cuse :: Class CusePeriodic
[hide private]
[frames] | no frames]

Class CusePeriodic

source code

     object --+            
              |            
   boundcond.BC --+        
                  |        
boundcond.interface --+    
                      |    
     boundcond.periodic --+
                          |
                         CusePeriodic

General periodic boundary condition for sequential runs.

Nested Classes [hide private]

Inherited from boundcond.BC: __metaclass__

Instance Methods [hide private]
 
init(self, **kw)
Initializer.
source code
 
soln(self) source code
 
dsoln(self) source code

Inherited from boundcond.periodic: couple, sort

Inherited from boundcond.interface: __init__, cloneTo, relateCells

Inherited from boundcond.BC: __len__, __str__, bind, feedValue, final, unbind

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

Static Methods [hide private]

Inherited from boundcond.periodic: couple_all

Class Variables [hide private]

Inherited from boundcond.BC: _pointers_, vdefaults, vnames

Instance Variables [hide private]

Inherited from boundcond.interface: rblkn, rclp

Inherited from boundcond.BC: blk, blkn, facn, name, sern, svr, value

Properties [hide private]

Inherited from boundcond.BC: fpdtypestr, is_bound, is_unbound, nvalue

Inherited from object: __class__

Method Details [hide private]

init(self, **kw)

source code 

Initializer.

Overrides: boundcond.BC.init
(inherited documentation)