| 250 | |
| 251 | |
| 252 | int HHTExplicit_TP::formEleTangent(FE_Element *theEle) |
| 253 | { |
| 254 | theEle->zeroTangent(); |
| 255 | |
| 256 | theEle->addCtoTang(alpha*c2); |
| 257 | theEle->addMtoTang(c3); |
| 258 | |
| 259 | return 0; |
| 260 | } |
| 261 | |
| 262 | |
| 263 | int HHTExplicit_TP::formNodTangent(DOF_Group *theDof) |
nothing calls this directly
no test coverage detected