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

Method formNodTangent

DEVELOPER/core/StaticIntegrator.cpp:95–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95int
96StaticIntegrator::formNodTangent(DOF_Group *theDof)
97{
98 // should never be called
99 opserr << "StaticIntegrator::formNodTangent() -";
100 opserr << " this method should never have been called!\n";
101 return -1;
102}
103
104int
105StaticIntegrator::formNodUnbalance(DOF_Group *theDof)

Callers 1

DOF_Group.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected