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

Method start

SRC/convergenceTest/CTestFixedNumIter.cpp:176–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174
175
176int CTestFixedNumIter::start(void)
177{
178 if (theSOE == 0) {
179 opserr << "WARNING: CTestFixedNumIter::test() - no SOE returning true\n";
180 return -1;
181 }
182
183 // set iteration count = 1
184 currentIter = 1;
185 norms.Zero();
186 return 0;
187}
188
189
190int CTestFixedNumIter::getNumTests()

Callers

nothing calls this directly

Calls 1

ZeroMethod · 0.45

Tested by

no test coverage detected