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

Method recvSelf

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

Source from the content-addressed store, hash-verified

210}
211
212int
213ModifiedNewton::recvSelf(int cTag,
214 Channel &theChannel,
215 FEM_ObjectBroker &theBroker)
216{
217 static Vector data(4);
218 theChannel.recvVector(this->getDbTag(), cTag, data);
219 tangent = data(0);
220 iFactor = data(1);
221 cFactor = data(2);
222 factorOnce = data(3);
223 return 0;
224}
225
226void
227ModifiedNewton::Print(OPS_Stream &s, int flag)

Callers

nothing calls this directly

Calls 2

recvVectorMethod · 0.45
getDbTagMethod · 0.45

Tested by

no test coverage detected