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

Method recvSelf

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

Source from the content-addressed store, hash-verified

173}
174
175int
176ExpressNewton::recvSelf(int cTag, Channel &theChannel, FEM_ObjectBroker &theBroker)
177{
178 static Vector data(4);
179 theChannel.recvVector(this->getDbTag(), cTag, data);
180 nIter = int(data(0));
181 kMultiplier1 = data(1);
182 kMultiplier2 = data(2);
183 factorOnce = int(data(3));
184 return 0;
185}
186
187
188void

Callers

nothing calls this directly

Calls 2

recvVectorMethod · 0.45
getDbTagMethod · 0.45

Tested by

no test coverage detected