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

Method shouldComputeAtEachStep

SRC/analysis/integrator/Integrator.cpp:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124bool
125Integrator::shouldComputeAtEachStep(void)
126{
127 return (analysisTypeTag == 1);
128}
129
130void
131Integrator::setComputeType(int flag)

Callers 7

analyzeMethod · 0.45
analyzeMethod · 0.45
analyzeStepMethod · 0.45
sensitivityAlgorithmFunction · 0.45
specifyAnalysisFunction · 0.45
analyzeStaticMethod · 0.45
analyzeStepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected