MOOSE - Multiscale Object Oriented Simulation Environment
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
_ObjId Struct Reference

#include <moosemodule.h>

+ Collaboration diagram for _ObjId:

Public Attributes

PyObject_HEAD ObjId oid_
 

Detailed Description

_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

  • thus uniquely identifying a field of a subelement of Neutral.

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.

Member Data Documentation


The documentation for this struct was generated from the following file: