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

Method getAlgorithm

SRC/interpreter/PythonAnalysisBuilder.cpp:476–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474}
475
476EquiSolnAlgo* PythonAnalysisBuilder::getAlgorithm()
477{
478 if(theStaticAnalysis != 0) {
479 return theStaticAnalysis->getAlgorithm();
480 } else if(theTransientAnalysis != 0) {
481 return theTransientAnalysis->getAlgorithm();
482 }
483
484 return 0;
485}
486
487StaticIntegrator* PythonAnalysisBuilder::getStaticIntegrator() {
488 if(theStaticAnalysis != 0) {

Callers 6

OPS_totalCPUFunction · 0.45
OPS_solveCPUFunction · 0.45
OPS_accelCPUFunction · 0.45
OPS_numFactFunction · 0.45
OPS_numIterFunction · 0.45
ops_printAlgoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected