| 294 | |
| 295 | |
| 296 | int HHTGeneralizedExplicit_TP::formNodUnbalance(DOF_Group *theDof) |
| 297 | { |
| 298 | theDof->zeroUnbalance(); |
| 299 | |
| 300 | theDof->addPtoUnbalance(alphaP); |
| 301 | theDof->addD_Force(*Udot, -alphaD); |
| 302 | theDof->addM_Force(*Udotdot, -alphaM); |
| 303 | |
| 304 | return 0; |
| 305 | } |
| 306 | |
| 307 | |
| 308 | int HHTGeneralizedExplicit_TP::domainChanged() |
nothing calls this directly
no test coverage detected