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

Method sendSelf

SRC/analysis/algorithm/equiSolnAlgo/NewtonHallM.cpp:204–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202
203
204int
205NewtonHallM::sendSelf(int cTag, Channel &theChannel)
206{
207 static Vector data(4);
208 data(0) = iFactor;;
209 data(1) = method;
210 data(2) = alpha;
211 data(3) = c;
212 return theChannel.sendVector(this->getDbTag(), cTag, data);
213}
214
215int
216NewtonHallM::recvSelf(int cTag,

Callers

nothing calls this directly

Calls 2

sendVectorMethod · 0.45
getDbTagMethod · 0.45

Tested by

no test coverage detected