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

Method removeDesignVariable

SRC/optimization/domain/OptimizationDomain.cpp:142–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140
141
142int
143OptimizationDomain::removeDesignVariable(int tag)
144{
145 theDesignVariablesPtr->removeComponent(tag);
146
147 return 0;
148}
149
150int
151OptimizationDomain::removeDesignVariablePositioner(int tag)

Callers

nothing calls this directly

Calls 1

removeComponentMethod · 0.45

Tested by

no test coverage detected