| 187 | |
| 188 | |
| 189 | int Trapezoidal::formNodTangent(DOF_Group *theDof) |
| 190 | { |
| 191 | theDof->zeroTangent(); |
| 192 | |
| 193 | theDof->addCtoTang(c2); |
| 194 | theDof->addMtoTang(c3); |
| 195 | |
| 196 | return 0; |
| 197 | } |
| 198 | |
| 199 | |
| 200 | int Trapezoidal::domainChanged() |
nothing calls this directly
no test coverage detected