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

Method getModalProperties

SRC/domain/domain/Domain.cpp:2394–2404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2392}
2393
2394int Domain::getModalProperties(DomainModalProperties &dmp) const
2395{
2396 if (theModalProperties == 0) {
2397 opserr << "Domain::getModalProperties - DomainModalProperties were never set" << endln;
2398 return -1;
2399 }
2400 else {
2401 dmp = *theModalProperties;
2402 return 0;
2403 }
2404}
2405
2406int
2407Domain::setModalDampingFactors(Vector *theValues, bool inclMatrix)

Callers 4

analyzeMethod · 0.80
checkMethod · 0.80
solveModeMethod · 0.80

Calls

no outgoing calls

Tested by 4

analyzeMethod · 0.64
checkMethod · 0.64
solveModeMethod · 0.64