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

Method removeConstraintFunction

SRC/optimization/domain/OptimizationDomain.cpp:158–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158int
159OptimizationDomain::removeConstraintFunction(int tag)
160{
161 theConstraintFunctionsPtr->removeComponent(tag);
162
163 return 0;
164}
165
166int
167OptimizationDomain::removeObjectiveFunction(int tag)

Callers

nothing calls this directly

Calls 1

removeComponentMethod · 0.45

Tested by

no test coverage detected