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

Method recvSelf

SRC/analysis/integrator/HHT.cpp:449–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447
448
449int HHT::recvSelf(int cTag, Channel &theChannel, FEM_ObjectBroker &theBroker)
450{
451 Vector data(3);
452 if (theChannel.recvVector(this->getDbTag(), cTag, data) < 0) {
453 opserr << "WARNING HHT::recvSelf() - could not receive data\n";
454 return -1;
455 }
456
457 alpha = data(0);
458 beta = data(1);
459 gamma = data(2);
460
461 return 0;
462}
463
464
465void HHT::Print(OPS_Stream &s, int flag)

Callers 7

recvObjMethod · 0.45
recvObjMethod · 0.45
recvObjMethod · 0.45
recvObjMethod · 0.45
recvObjMethod · 0.45
recvDomainMethod · 0.45
recvObjMethod · 0.45

Calls 2

recvVectorMethod · 0.45
getDbTagMethod · 0.45

Tested by

no test coverage detected