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

Method commit

DEVELOPER/core/IncrementalIntegrator.cpp:199–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199int
200IncrementalIntegrator::commit(void)
201{
202 if (theAnalysisModel == 0) {
203 opserr << "WARNING IncrementalIntegrator::commit() -";
204 opserr << "no AnalysisModel object associated with this object\n";
205 return -1;
206 }
207
208 return theAnalysisModel->commitDomain();
209}
210
211
212int

Callers

nothing calls this directly

Calls 1

commitDomainMethod · 0.45

Tested by

no test coverage detected