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

Method sendSelf

SRC/analysis/algorithm/equiSolnAlgo/ExpressNewton.cpp:162–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162int
163ExpressNewton::sendSelf(int cTag, Channel &theChannel)
164{
165 static Vector data(4);
166 data(0) = nIter;
167 data(1) = kMultiplier1;
168 data(2) = kMultiplier2;
169 data(3) = factorOnce;
170 return theChannel.sendVector(this->getDbTag(), cTag, data);
171
172
173}
174
175int
176ExpressNewton::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