Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
124
bool
125
Integrator::shouldComputeAtEachStep(void)
126
{
127
return (analysisTypeTag == 1);
128
}
129
130
void
131
Integrator::setComputeType(int flag)
Callers
7
analyze
Method · 0.45
analyze
Method · 0.45
analyzeStep
Method · 0.45
sensitivityAlgorithm
Function · 0.45
specifyAnalysis
Function · 0.45
analyzeStatic
Method · 0.45
analyzeStep
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected