Package solvcon :: Module solver :: Class BaseSolverExedata
[hide private]
[frames] | no frames]

Class BaseSolverExedata

source code


Execution information for BaseSolver.

Instance Methods [hide private]
 
__init__(self, *args, **kw)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from _ctypes.Structure: __new__

Inherited from unreachable._CData: __ctypes_from_outparam__, __hash__, __reduce__, __setstate__

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

Class Variables [hide private]
  _fields_ = [('ncore', <class 'ctypes.c_int'>), ('neq', <class ...
  ncore = <Field type=c_int, ofs=0, size=4>
  neq = <Field type=c_int, ofs=4, size=4>
  time = <Field type=c_double, ofs=8, size=8>
  time_increment = <Field type=c_double, ofs=16, size=8>
Properties [hide private]

Inherited from unreachable._CData: _b_base_, _b_needsfree_

Inherited from unreachable._CData (private): _objects

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kw)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

_fields_

Value:
[('ncore', <class 'ctypes.c_int'>),
 ('neq', <class 'ctypes.c_int'>),
 ('time', <class 'ctypes.c_double'>),
 ('time_increment', <class 'ctypes.c_double'>)]