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

Method start

SRC/convergenceTest/CTestRelativeTotalNormDispIncr.cpp:204–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202
203
204int CTestRelativeTotalNormDispIncr::start(void)
205{
206 if (theSOE == 0) {
207 opserr << "WARNING: CTestRelativeTotalNormDispIncr::test() - no SOE returning true\n";
208 return -1;
209 }
210
211 // set iteration count = 1
212 norms.Zero();
213 currentIter = 1;
214 totNorm = 0.0;
215
216 return 0;
217}
218
219
220int CTestRelativeTotalNormDispIncr::getNumTests()

Callers

nothing calls this directly

Calls 1

ZeroMethod · 0.45

Tested by

no test coverage detected