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

Method start

SRC/convergenceTest/CTestRelativeNormDispIncr.cpp:199–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197
198
199int CTestRelativeNormDispIncr::start(void)
200{
201 if (theSOE == 0) {
202 opserr << "WARNING: CTestRelativeNormDispIncr::test() - no SOE returning true\n";
203 return -1;
204 }
205
206 // set iteration count = 1
207 norms.Zero();
208 currentIter = 1;
209 norm0 = 0.0;
210
211 return 0;
212}
213
214
215int CTestRelativeNormDispIncr::getNumTests()

Callers

nothing calls this directly

Calls 1

ZeroMethod · 0.45

Tested by

no test coverage detected