Package solvcon :: Package tests :: Module test_solver :: Class CustomBlockSolver
[hide private]
[frames] | no frames]

Class CustomBlockSolver

source code

       object --+            
                |            
solver.BaseSolver --+        
                    |        
   solver.BlockSolver --+    
                        |    
    testing.TestingSolver --+
                            |
                           CustomBlockSolver

Nested Classes [hide private]

Inherited from solver.BaseSolver: __metaclass__, _exedatatype_

Instance Methods [hide private]

Inherited from testing.TestingSolver: __init__, bcdsol, bcsol, bind, calccfl, calcdsoln, calcsoln, ibcdsol, ibcsol, update

Inherited from solver.BlockSolver: boundcond, exchangeibc, init, init_exchange, pull, pullank, pullibc, push, pushibc, remote_setattr, unbind

Inherited from solver.BaseSolver: dump, exhaust, final, march, postloop, preloop, provide

Inherited from solver.BaseSolver (private): _set_time, _tcall

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

Static Methods [hide private]

Inherited from solver.BaseSolver: detect_ncore

Class Variables [hide private]
  MESG_FILENAME_DEFAULT = '/dev/null'

Inherited from testing.TestingSolver: MMNAMES, _interface_init_, _pointers_

Inherited from solver.BlockSolver: CLMFC, CLMND, FCMND, _solution_array_

Inherited from solver.BaseSolver (private): _clib_solve

Instance Variables [hide private]

Inherited from solver.BlockSolver: bclist, grpnames, ibclist, ibcthread, ngroup, nsvr, svrn

Properties [hide private]

Inherited from solver.BlockSolver: is_bound, is_unbound

Inherited from solver.BaseSolver: fpdtype, fpdtypestr, fpptr

Inherited from solver.BaseSolver (private): _clib_solvcon

Inherited from object: __class__