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

Method sendSelf

SRC/analysis/integrator/HHTExplicit_TP.cpp:498–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496}
497
498int HHTExplicit_TP::sendSelf(int cTag, Channel &theChannel)
499{
500 Vector data(2);
501 data(0) = alpha;
502 data(1) = gamma;
503
504 if (theChannel.sendVector(this->getDbTag(), cTag, data) < 0) {
505 opserr << "WARNING HHTExplicit_TP::sendSelf() - could not send data\n";
506 return -1;
507 }
508
509 return 0;
510}
511
512
513int HHTExplicit_TP::recvSelf(int cTag, Channel &theChannel, FEM_ObjectBroker &theBroker)

Callers

nothing calls this directly

Calls 2

sendVectorMethod · 0.45
getDbTagMethod · 0.45

Tested by

no test coverage detected