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

Method recvDomain

SRC/actor/channel/FileChannel.cpp:151–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151int FileChannel::recvDomain( int commitTag, Domain * theDomain )
152{
153 FEM_ObjectBroker theBroker;
154
155 if ( !theFile ) {
156 printf("FileChannel::recvDomain, File is not open\n");
157 return -1;
158 }
159
160 setCommitStep( commitTag );
161 return theDomain->recvSelf(commitTag, *this, theBroker);
162}
163
164
165int FileChannel::sendObj(int commitTag,

Callers

nothing calls this directly

Calls 1

recvSelfMethod · 0.45

Tested by

no test coverage detected