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

Method getNumDOF

DEVELOPER/core/Subdomain.cpp:563–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561
562
563int
564Subdomain::getNumDOF(void)
565{
566 if (theAnalysis != 0)
567 return theAnalysis->getNumExternalEqn();
568 else {
569 // opserr << "Subdomain::getNumDOF() - no StaticAnalysis has been set\n";
570 return 0;
571 }
572}
573
574int
575Subdomain::commitState(void)

Callers 2

buildMapMethod · 0.95
Subdomain.cppFile · 0.45

Calls 1

getNumExternalEqnMethod · 0.45

Tested by

no test coverage detected