Package solvcon :: Package kerpak :: Module vslin :: Class VslinTractionFree2
[hide private]
[frames] | no frames]

Class VslinTractionFree2

source code


Nested Classes [hide private]

Inherited from boundcond.BC: __metaclass__

Instance Methods [hide private]
 
soln(self)
Update ghost cells after self.svr.calcsoln.
source code
 
dsoln(self)
Update ghost cells after self.svr.calcdsoln.
source code

Inherited from cuse.CuseBC: bind, init, unbind

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

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

Class Variables [hide private]
  _ghostgeom_ = 'mirror'
indicate which ghost geometry processor to use.

Inherited from boundcond.BC: _pointers_, vdefaults, vnames

Instance Variables [hide private]

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

Properties [hide private]

Inherited from VslinBC (private): _clib_vslinb_c, _clib_vslinb_cu

Inherited from cuse.CuseBC (private): _clib_cuseb_c, _clib_cuseb_cu

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

Inherited from object: __class__

Method Details [hide private]

soln(self)

source code 

Update ghost cells after self.svr.calcsoln.

Overrides: cuse.CuseBC.soln
(inherited documentation)

dsoln(self)

source code 

Update ghost cells after self.svr.calcdsoln.

Overrides: cuse.CuseBC.dsoln
(inherited documentation)