Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ removeObjectiveFunction
Method
removeObjectiveFunction
SRC/optimization/domain/OptimizationDomain.cpp:166–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
164
}
165
166
int
167
OptimizationDomain::removeObjectiveFunction(int tag)
168
{
169
theObjectiveFunctionsPtr->removeComponent(tag);
170
171
return 0;
172
}
173
174
175
Callers
nothing calls this directly
Calls
1
removeComponent
Method · 0.45
Tested by
no test coverage detected