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

Method Print

SRC/optimization/domain/OptimizationDomain.cpp:200–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200void
201OptimizationDomain::Print(OPS_Stream &s, int flag)
202{
203 s << "Current Optimization Domain Information\n";
204
205 s << theDesignVariablesPtr->getNumComponents() << " random variables\n";
206 if (flag == 1)
207 theDesignVariablesPtr->Print(s, flag);
208
209
210}

Callers

nothing calls this directly

Calls 1

getNumComponentsMethod · 0.45

Tested by

no test coverage detected