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

Method sendSelf

SRC/convergenceTest/CTestRelativeNormDispIncr.cpp:240–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238
239
240int CTestRelativeNormDispIncr::sendSelf(int cTag, Channel &theChannel)
241{
242 int res = 0;
243 Vector x(4);
244 x(0) = tol;
245 x(1) = maxNumIter;
246 x(2) = printFlag;
247 x(3) = nType;
248 res = theChannel.sendVector(this->getDbTag(), cTag, x);
249 if (res < 0)
250 opserr << "CTestRelativeNormDispIncr::sendSelf() - failed to send data\n";
251
252 return res;
253}
254
255
256int CTestRelativeNormDispIncr::recvSelf(int cTag, Channel &theChannel,

Callers

nothing calls this directly

Calls 2

sendVectorMethod · 0.45
getDbTagMethod · 0.45

Tested by

no test coverage detected