| 153 | } |
| 154 | |
| 155 | int |
| 156 | TransientIntegrator::formEleResidual(FE_Element *theEle) |
| 157 | { |
| 158 | theEle->zeroResidual(); |
| 159 | theEle->addRIncInertiaToResidual(); |
| 160 | return 0; |
| 161 | } |
| 162 | |
| 163 | int |
| 164 | TransientIntegrator::formNodUnbalance(DOF_Group *theDof) |
nothing calls this directly
no test coverage detected