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

Method computeTang

DEVELOPER/core/Subdomain.cpp:682–698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680}
681
682int
683Subdomain::computeTang(void)
684{
685 if (theAnalysis != 0) {
686 // theTimer.start();
687
688 int res =0;
689 res = theAnalysis->formTangent();
690
691 return res;
692
693 } else {
694 opserr << "Subdomain::getcomputeTang() ";
695 opserr << " - no StaticCondensationAnalysis has been set\n";
696 return 0;
697 }
698}
699
700
701

Callers 1

FE_Element.cppFile · 0.45

Calls 1

formTangentMethod · 0.45

Tested by

no test coverage detected