| 84 | } |
| 85 | |
| 86 | int |
| 87 | StaticIntegrator::formEleResidual(FE_Element *theEle) |
| 88 | { |
| 89 | // only elements residual needed |
| 90 | theEle->zeroResidual(); |
| 91 | theEle->addRtoResidual(); |
| 92 | return 0; |
| 93 | } |
| 94 | |
| 95 | int |
| 96 | StaticIntegrator::formNodTangent(DOF_Group *theDof) |
no test coverage detected