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

Method sendSelf

SRC/analysis/algorithm/equiSolnAlgo/NewtonRaphson.cpp:222–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220
221
222int
223NewtonRaphson::sendSelf(int cTag, Channel &theChannel)
224{
225 static Vector data(3);
226 data(0) = tangent;
227 data(1) = iFactor;
228 data(2) = cFactor;
229 return theChannel.sendVector(this->getDbTag(), cTag, data);
230}
231
232int
233NewtonRaphson::recvSelf(int cTag,

Callers

nothing calls this directly

Calls 2

sendVectorMethod · 0.45
getDbTagMethod · 0.45

Tested by

no test coverage detected