|
MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <Variable.h>
Collaboration diagram for Variable:Public Member Functions | |
| void | addMsgCallback (const Eref &e, const string &finfoName, ObjId msg, unsigned int msgLookup) |
| virtual void | epSetValue (const Eref &e, double v) |
| double | getValue () const |
| void | setValue (double v) |
| Variable () | |
| Variable (const Variable &rhs) | |
| virtual | ~Variable () |
Static Public Member Functions | |
| static const Cinfo * | initCinfo () |
Public Attributes | |
| double | value |
This class is used as FieldElement in Function. It is used as named variable of type double.
Definition at line 53 of file Variable.h.
|
inline |
Definition at line 56 of file Variable.h.
|
inline |
Definition at line 59 of file Variable.h.
|
inlinevirtual |
Definition at line 64 of file Variable.h.
| void Variable::addMsgCallback | ( | const Eref & | e, |
| const string & | finfoName, | ||
| ObjId | msg, | ||
| unsigned int | msgLookup | ||
| ) |
Definition at line 92 of file Variable.cpp.
|
inlinevirtual |
Definition at line 71 of file Variable.h.
References value.
Referenced by initCinfo().
Here is the caller graph for this function:
|
inline |
Definition at line 76 of file Variable.h.
References value.
Referenced by initCinfo().
Here is the caller graph for this function:
|
static |
Definition at line 52 of file Variable.cpp.
References epSetValue(), getValue(), Neutral::initCinfo(), setValue(), value, and variableCinfo.
Referenced by Function::initCinfo().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 66 of file Variable.h.
References value.
Referenced by initCinfo().
Here is the caller graph for this function:| double Variable::value |
Definition at line 85 of file Variable.h.
Referenced by epSetValue(), getValue(), initCinfo(), and setValue().