Package solvcon :: Module block :: Class MeshData
[hide private]
[frames] | no frames]

Class MeshData

source code

   object --+        
            |        
    ??._CData --+    
                |    
_ctypes.Structure --+
                    |
                   MeshData

Data structure for mesh.

Instance Methods [hide private]
 
__set_pointer(self, svr, aname) source code
 
__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_ = [('ndim', <class 'ctypes.c_int'>), ('nnode', <class...
  clcnd = <Field type=c_void_p, ofs=64, size=8>
  clfcs = <Field type=c_void_p, ofs=128, size=8>
  clgrp = <Field type=c_void_p, ofs=96, size=8>
  clnds = <Field type=c_void_p, ofs=120, size=8>
  cltpn = <Field type=c_void_p, ofs=88, size=8>
  clvol = <Field type=c_void_p, ofs=72, size=8>
  fcara = <Field type=c_void_p, ofs=56, size=8>
  fccls = <Field type=c_void_p, ofs=112, size=8>
  fccnd = <Field type=c_void_p, ofs=40, size=8>
  fcnds = <Field type=c_void_p, ofs=104, size=8>
  fcnml = <Field type=c_void_p, ofs=48, size=8>
  fctpn = <Field type=c_void_p, ofs=80, size=8>
  nbound = <Field type=c_int, ofs=16, size=4>
  ncell = <Field type=c_int, ofs=12, size=4>
  ndcrd = <Field type=c_void_p, ofs=32, size=8>
  ndim = <Field type=c_int, ofs=0, size=4>
  nface = <Field type=c_int, ofs=8, size=4>
  ngstcell = <Field type=c_int, ofs=28, size=4>
  ngstface = <Field type=c_int, ofs=24, size=4>
  ngstnode = <Field type=c_int, ofs=20, size=4>
  nnode = <Field type=c_int, ofs=4, size=4>
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:
[('ndim', <class 'ctypes.c_int'>),
 ('nnode', <class 'ctypes.c_int'>),
 ('nface', <class 'ctypes.c_int'>),
 ('ncell', <class 'ctypes.c_int'>),
 ('nbound', <class 'ctypes.c_int'>),
 ('ngstnode', <class 'ctypes.c_int'>),
 ('ngstface', <class 'ctypes.c_int'>),
 ('ngstcell', <class 'ctypes.c_int'>),
...