| 121 | } |
| 122 | |
| 123 | int |
| 124 | IncrementalIntegrator::formIndependentSensitivityLHS(int statFlag) |
| 125 | { |
| 126 | return this->formTangent(statFlag); |
| 127 | } |
| 128 | |
| 129 | int |
| 130 | IncrementalIntegrator::formUnbalance(void) |
nothing calls this directly
no test coverage detected