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

Method getTransientAnalysis

SRC/interpreter/OpenSeesCommands.h:137–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135
136 void setTransientAnalysis(bool suppress);
137 DirectIntegrationAnalysis* getTransientAnalysis() {return theTransientAnalysis;}
138 DirectIntegrationAnalysis** getTransientAnalysisPointer() {
139 return &theTransientAnalysis;
140 }

Callers 4

OPS_analyzeFunction · 0.45
OPS_initializeAnalysisFunction · 0.45
ops_analyzeModelFunction · 0.45
ops_eigenAnalysisFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected