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

Method formEleResidual

DEVELOPER/core/StaticIntegrator.cpp:86–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86int
87StaticIntegrator::formEleResidual(FE_Element *theEle)
88{
89 // only elements residual needed
90 theEle->zeroResidual();
91 theEle->addRtoResidual();
92 return 0;
93}
94
95int
96StaticIntegrator::formNodTangent(DOF_Group *theDof)

Callers 1

FE_Element.cppFile · 0.45

Calls 2

zeroResidualMethod · 0.45
addRtoResidualMethod · 0.45

Tested by

no test coverage detected