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

Method start

SRC/convergenceTest/CTestPFEM.cpp:325–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323
324
325int CTestPFEM::start(void)
326{
327 if(theSOE == 0) {
328 opserr << "WARNING: CTestPFEM::test() - no SOE returning true\n";
329 return -1;
330 }
331
332 // set iteration count = 1
333 normsv.clear();
334 normsp.clear();
335 normsresv.clear();
336 normsresp.clear();
337 currentIter = 1;
338 numIncr = 0;
339
340 return 0;
341}
342
343
344int CTestPFEM::getNumTests()

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected