MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <moosemodule.h>
Public Attributes | |
PyObject_HEAD ObjId | oid_ |
_ObjId wraps the subelements of a Id - identified by index. This is different from the Element in GENESIS terminology. Since Neutral is now by default an array element, we call the individual entries in it as Elements.
According to MOOSE API, ObjId is a composition of Id and DataId
Since the individual subelements are identified by their ObjId only (there is no intermediate id for the subelements except ObjId with DataId(index, 0) ), we use ObjId for recognizing both.
Definition at line 130 of file moosemodule.h.
PyObject_HEAD ObjId _ObjId::oid_ |
Definition at line 133 of file moosemodule.h.
Referenced by moose_connect(), moose_getField(), moose_ObjId_connect(), moose_ObjId_get_destField_attr(), moose_ObjId_get_elementField_attr(), moose_ObjId_get_lookupField_attr(), moose_ObjId_getItem(), moose_ObjId_getSlice(), oid_to_element(), setDestFinfo(), setDestFinfo1(), setDestFinfo2(), to_cpp(), and to_py().