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

Method sendSelf

SRC/analysis/algorithm/equiSolnAlgo/ModifiedNewton.cpp:201–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201int
202ModifiedNewton::sendSelf(int cTag, Channel &theChannel)
203{
204 static Vector data(4);
205 data(0) = tangent;
206 data(1) = iFactor;
207 data(2) = cFactor;
208 data(3) = factorOnce;
209 return theChannel.sendVector(this->getDbTag(), cTag, data);
210}
211
212int
213ModifiedNewton::recvSelf(int cTag,

Callers

nothing calls this directly

Calls 2

sendVectorMethod · 0.45
getDbTagMethod · 0.45

Tested by

no test coverage detected