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

Method applyConstraint

DEVELOPER/core/SP_Constraint.cpp:316–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314}
315
316int
317SP_Constraint::applyConstraint(double loadFactor)
318{
319 // as SP_Constraint objects are time invariant nothing is done
320 if (isConstant == false)
321 valueC = loadFactor*valueR;
322
323 return 0;
324}
325
326
327bool

Callers 1

applyLoadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected