Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ formNodTangent
Method
formNodTangent
SRC/analysis/integrator/HHT.cpp:233–241 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
232
233
int HHT::formNodTangent(DOF_Group *theDof)
234
{
235
theDof->zeroTangent();
236
237
theDof->addCtoTang(alpha*c2);
238
theDof->addMtoTang(c3);
239
240
return 0;
241
}
242
243
244
int HHT::domainChanged()
Callers
1
DOF_Group.cpp
File · 0.45
Calls
3
zeroTangent
Method · 0.45
addCtoTang
Method · 0.45
addMtoTang
Method · 0.45
Tested by
no test coverage detected