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

Method start

SRC/convergenceTest/CTestNormUnbalance.cpp:235–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233
234
235int CTestNormUnbalance::start(void)
236{
237 if (theSOE == 0) {
238 opserr << "WARNING: CTestNormUnbalance::test() - no SOE returning true\n";
239 return -1;
240 }
241
242 // set iteration count = 1
243 norms.Zero();
244 currentIter = 1;
245 numIncr = 0;
246 return 0;
247}
248
249
250int CTestNormUnbalance::getNumTests()

Callers

nothing calls this directly

Calls 1

ZeroMethod · 0.45

Tested by

no test coverage detected