Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ addDesignVariable
Method
addDesignVariable
SRC/optimization/domain/OptimizationDomain.cpp:73–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
72
73
bool
74
OptimizationDomain::addDesignVariable(DesignVariable *theDesignVariable)
75
{
76
bool result = theDesignVariablesPtr->addComponent((TaggedObject *)theDesignVariable);
77
return result;
78
}
79
80
81
bool
Callers
1
TclOptimizationModelBuilder_addDesignVariable
Function · 0.45
Calls
1
addComponent
Method · 0.45
Tested by
no test coverage detected