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

Method sendSelf

SRC/analysis/integrator/HHT.cpp:433–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433int HHT::sendSelf(int cTag, Channel &theChannel)
434{
435 Vector data(3);
436 data(0) = alpha;
437 data(1) = beta;
438 data(2) = gamma;
439
440 if (theChannel.sendVector(this->getDbTag(), cTag, data) < 0) {
441 opserr << "WARNING HHT::sendSelf() - could not send data\n";
442 return -1;
443 }
444
445 return 0;
446}
447
448
449int HHT::recvSelf(int cTag, Channel &theChannel, FEM_ObjectBroker &theBroker)

Callers 7

sendObjMethod · 0.45
sendObjMethod · 0.45
sendObjMethod · 0.45
sendObjMethod · 0.45
sendObjMethod · 0.45
sendDomainMethod · 0.45
sendObjMethod · 0.45

Calls 2

sendVectorMethod · 0.45
getDbTagMethod · 0.45

Tested by

no test coverage detected