| 291 | } |
| 292 | |
| 293 | void postprocess_solution(Iterate& /*iterate*/) const override { |
| 294 | // do nothing |
| 295 | } |
| 296 | |
| 297 | [[nodiscard]] size_t number_jacobian_nonzeros() const override { |
| 298 | return static_cast<size_t>(this->user_model.number_jacobian_nonzeros); |
nothing calls this directly
no outgoing calls
no test coverage detected