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

Method getTransientIntegrator

SRC/interpreter/PythonAnalysisBuilder.cpp:494–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492}
493
494TransientIntegrator* PythonAnalysisBuilder::getTransientIntegrator() {
495 if(theTransientAnalysis != 0) {
496 return theTransientAnalysis->getIntegrator();
497 }
498 return 0;
499}
500
501ConvergenceTest* PythonAnalysisBuilder::getConvergenceTest()
502{

Callers 6

OPS_resetModelFunction · 0.45
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