| 97 | } |
| 98 | |
| 99 | int |
| 100 | CentralDifferenceAlternative::formEleTangent(FE_Element *theEle) |
| 101 | { |
| 102 | theEle->zeroTangent(); |
| 103 | theEle->addMtoTang(); |
| 104 | |
| 105 | return 0; |
| 106 | } |
| 107 | |
| 108 | int |
| 109 | CentralDifferenceAlternative::formNodTangent(DOF_Group *theDof) |
nothing calls this directly
no test coverage detected