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

Method getStaticIntegrator

SRC/interpreter/PythonAnalysisBuilder.cpp:487–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485}
486
487StaticIntegrator* PythonAnalysisBuilder::getStaticIntegrator() {
488 if(theStaticAnalysis != 0) {
489 return theStaticAnalysis->getIntegrator();
490 }
491 return 0;
492}
493
494TransientIntegrator* PythonAnalysisBuilder::getTransientIntegrator() {
495 if(theTransientAnalysis != 0) {

Callers 5

OPS_printAFunction · 0.45
OPS_printBFunction · 0.45
OPS_computeGradientsFunction · 0.45
OPS_sensitivityAlgorithmFunction · 0.45
ops_printIntegFunction · 0.45

Calls 1

getIntegratorMethod · 0.45

Tested by

no test coverage detected