MCPcopy 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
73bool
74OptimizationDomain::addDesignVariable(DesignVariable *theDesignVariable)
75{
76 bool result = theDesignVariablesPtr->addComponent((TaggedObject *)theDesignVariable);
77 return result;
78}
79
80
81bool

Calls 1

addComponentMethod · 0.45

Tested by

no test coverage detected