-----------------------------------------------------------------------------
| 281 | } |
| 282 | //----------------------------------------------------------------------------- |
| 283 | int nls::petsc::NewtonSolver::iteration() const { return _iteration; } |
| 284 | //----------------------------------------------------------------------------- |
| 285 | double nls::petsc::NewtonSolver::residual() const { return _residual; } |
| 286 | //----------------------------------------------------------------------------- |