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

Method setAnalysisAlgorithm

SRC/domain/subdomain/Subdomain.cpp:461–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459
460
461int
462Subdomain::setAnalysisAlgorithm(EquiSolnAlgo &theAlgorithm)
463{
464 if (theAnalysis != 0)
465 return theAnalysis->setAlgorithm(theAlgorithm);
466
467 return 0;
468}
469
470int
471Subdomain::setAnalysisIntegrator(IncrementalIntegrator &theIntegrator)

Callers 2

runMethod · 0.45
specifyAlgorithmFunction · 0.45

Calls 1

setAlgorithmMethod · 0.45

Tested by

no test coverage detected