| 93 | } |
| 94 | |
| 95 | int |
| 96 | StaticIntegrator::formNodTangent(DOF_Group *theDof) |
| 97 | { |
| 98 | // should never be called |
| 99 | opserr << "StaticIntegrator::formNodTangent() -"; |
| 100 | opserr << " this method should never have been called!\n"; |
| 101 | return -1; |
| 102 | } |
| 103 | |
| 104 | int |
| 105 | StaticIntegrator::formNodUnbalance(DOF_Group *theDof) |