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

Method commit

SRC/analysis/integrator/ExplicitDifferenceStatic.cpp:439–448  ·  view source on GitHub ↗

Commit the state

Source from the content-addressed store, hash-verified

437
438// Commit the state
439int ExplicitDifferenceStatic::commit(void)
440{
441 AnalysisModel *theModel = this->getAnalysisModel();
442 if (theModel == 0) {
443 opserr << "WARNING ExplicitDifferenceStatic::commit() - no AnalysisModel set\n";
444 return -1;
445 }
446
447 return theModel->commitDomain();
448}
449
450// Send object state for parallel processing
451int ExplicitDifferenceStatic::sendSelf(int cTag, Channel &theChannel)

Callers

nothing calls this directly

Calls 2

getAnalysisModelMethod · 0.45
commitDomainMethod · 0.45

Tested by

no test coverage detected