AddingSensitivity:BEGIN //////////////////////////////
| 557 | |
| 558 | // AddingSensitivity:BEGIN ////////////////////////////// |
| 559 | int Newmark::revertToStart() |
| 560 | { |
| 561 | if (Ut != 0) |
| 562 | Ut->Zero(); |
| 563 | if (Utdot != 0) |
| 564 | Utdot->Zero(); |
| 565 | if (Utdotdot != 0) |
| 566 | Utdotdot->Zero(); |
| 567 | if (U != 0) |
| 568 | U->Zero(); |
| 569 | if (Udot != 0) |
| 570 | Udot->Zero(); |
| 571 | if (Udotdot != 0) |
| 572 | Udotdot->Zero(); |
| 573 | |
| 574 | return 0; |
| 575 | } |
| 576 | |
| 577 | int Newmark::formEleResidual(FE_Element* theEle) |
| 578 | { |
no test coverage detected