MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <HopFunc.h>
Public Member Functions | |
HopFunc0 (HopIndex hopIndex) | |
void | op (const Eref &e) const |
Public Member Functions inherited from OpFunc0Base | |
bool | checkFinfo (const Finfo *s) const |
const OpFunc * | makeHopFunc (HopIndex hopIndex) const |
void | opBuffer (const Eref &e, double *buf) const |
Executes the OpFunc by converting args. More... | |
string | rttiType () const |
Public Member Functions inherited from OpFunc | |
OpFunc () | |
unsigned int | opIndex () const |
virtual void | opVecBuffer (const Eref &e, double *buf) const |
Executes the OpFunc for all data by converting a vector of args. More... | |
bool | setIndex (unsigned int i) |
Used when rebuilding the Fid->OpFunc mapping. More... | |
virtual | ~OpFunc () |
Private Attributes | |
HopIndex | hopIndex_ |
Additional Inherited Members | |
Static Public Member Functions inherited from OpFunc | |
static const OpFunc * | lookop (unsigned int opIndex) |
static unsigned int | rebuildOpIndex () |
cleans out the entire Ops vector. Returns size of orig vector. More... | |
Function to hop across nodes. This one has no arguments, just tells the remote object that an event has occurred.
|
inline |
|
inlinevirtual |
Implements OpFunc0Base.
Definition at line 35 of file HopFunc.h.
References addToBuf(), dispatchBuffers(), and hopIndex_.