Package solvcon :: Package kerpak :: Module cese :: Class CeseBC
[hide private]
[frames] | no frames]

Class CeseBC

source code

  object --+    
           |    
boundcond.BC --+
               |
              CeseBC
Known Subclasses:

Base class for all BC types for CESE method, except periodic BC.

Nested Classes [hide private]

Inherited from boundcond.BC: __metaclass__

Instance Methods [hide private]
 
init(self, **kw)
Initializer.
source code
 
soln(self)
Update ghost cells after marchsol.
source code
 
dsoln(self)
Update ghost cells after marchdsol.
source code

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

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

Class Variables [hide private]
  __clib_ceseb = {2: <CDLL '/home/yungyuc/work/coding/SOLVCON-0....
  _ghostgeom_ = None
selector for the ghost geometry caculator.

Inherited from boundcond.BC: _pointers_, vdefaults, vnames

Instance Variables [hide private]

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

Properties [hide private]
  _clib_ceseb

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)

Class Variable Details [hide private]

__clib_ceseb

Value:
{2: <CDLL '/home/yungyuc/work/coding/SOLVCON-0.0.3/lib/libsc_ceseb2d.s\
o', handle 2a6e710 at 289abd0>,
 3: <CDLL '/home/yungyuc/work/coding/SOLVCON-0.0.3/lib/libsc_ceseb3d.s\
o', handle 2945aa0 at 289acd0>}

Property Details [hide private]

_clib_ceseb

Get Method:
unreachable._clib_ceseb(self)