MOOSE - Multiscale Object Oriented Simulation Environment
|
Go to the source code of this file.
Variables | |
const unsigned char | MooseGetHop = 4 |
const unsigned char | MooseGetVecHop = 5 |
const unsigned char | MooseReturnHop = 8 |
const unsigned char | MooseSendHop = 0 |
const unsigned char | MooseSetHop = 1 |
const unsigned char | MooseSetVecHop = 2 |
const unsigned char | MooseTestHop = 255 |
const unsigned char MooseGetHop = 4 |
Definition at line 15 of file OpFuncBase.cpp.
Referenced by PostMaster::clearPendingSetGet(), dispatchBuffers(), Field< A >::get(), and PostMaster::remoteGet().
const unsigned char MooseGetVecHop = 5 |
Definition at line 16 of file OpFuncBase.cpp.
Referenced by PostMaster::clearPendingSetGet(), Field< A >::getVec(), PostMaster::remoteFieldGetVec(), and PostMaster::remoteGetVec().
const unsigned char MooseReturnHop = 8 |
Definition at line 17 of file OpFuncBase.cpp.
const unsigned char MooseSendHop = 0 |
Definition at line 12 of file OpFuncBase.cpp.
Referenced by addToBuf().
const unsigned char MooseSetHop = 1 |
Definition at line 13 of file OpFuncBase.cpp.
Referenced by addToBuf(), PostMaster::clearPendingSetGet(), dispatchBuffers(), SetGet0::set(), SetGet1< A >::set(), SetGet2< L, A >::set(), SetGet3< A1, A2, A3 >::set(), SetGet4< A1, A2, A3, A4 >::set(), SetGet5< A1, A2, A3, A4, A5 >::set(), and SetGet6< A1, A2, A3, A4, A5, A6 >::set().
const unsigned char MooseSetVecHop = 2 |
Definition at line 14 of file OpFuncBase.cpp.
Referenced by addToBuf(), PostMaster::clearPendingSetGet(), dispatchBuffers(), SetGet1< A >::setVec(), and SetGet2< L, A >::setVec().
const unsigned char MooseTestHop = 255 |
Definition at line 18 of file OpFuncBase.cpp.
Referenced by addToBuf(), and testHopFunc().