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

Method computeTang

SRC/domain/subdomain/Subdomain.cpp:683–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

runMethod · 0.45
FE_Element.cppFile · 0.45

Calls 1

formTangentMethod · 0.45

Tested by

no test coverage detected