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

Method setAnalysisAlgorithm

DEVELOPER/core/Subdomain.cpp:460–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

setAlgorithmMethod · 0.45

Tested by

no test coverage detected