Data structure for mesh.
|
|
|
|
|
__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__
|
|
|
_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>
|