MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / recvObject

Method recvObject

SRC/actor/actor/Actor.cpp:166–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166int
167Actor::recvObject(MovableObject &theObject,
168 ChannelAddress *theAddress )
169{
170 if (theAddress == 0)
171 return theChannel->recvObj(commitTag, theObject,*theBroker,
172 theRemoteShadowsAddress);
173 else
174 return theChannel->recvObj(commitTag, theObject,*theBroker,theAddress);
175}
176
177
178int

Callers 6

setMaterialMethod · 0.45
removeElementMethod · 0.45
removeNodeMethod · 0.45
getElementMethod · 0.45
getNodeMethod · 0.45
runMethod · 0.45

Calls 1

recvObjMethod · 0.45

Tested by

no test coverage detected