Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
316
int
317
SP_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
327
bool
Callers
1
applyLoad
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected