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

Method addConstraintFunction

SRC/optimization/domain/OptimizationDomain.cpp:89–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87
88
89bool
90OptimizationDomain::addConstraintFunction(ConstraintFunction *theConstraintFunction)
91{
92 bool result = theConstraintFunctionsPtr->addComponent((TaggedObject *)theConstraintFunction);
93 return result;
94}
95
96
97bool

Calls 1

addComponentMethod · 0.45

Tested by

no test coverage detected