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

Method start

SRC/convergenceTest/CTestRelativeEnergyIncr.cpp:209–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207
208
209int CTestRelativeEnergyIncr::start(void)
210{
211 if (theSOE == 0) {
212 opserr << "WARNING: CTestRelativeEnergyIncr::test() - no SOE returning true\n";
213 return -1;
214 }
215
216 currentIter = 1;
217 norms.Zero();
218 norm0 = 0.0;
219
220 return 0;
221}
222
223
224int CTestRelativeEnergyIncr::getNumTests(void)

Callers

nothing calls this directly

Calls 1

ZeroMethod · 0.45

Tested by

no test coverage detected