| 561 | |
| 562 | |
| 563 | int |
| 564 | Subdomain::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 | |
| 574 | int |
| 575 | Subdomain::commitState(void) |
no test coverage detected