| 121 | } // getJacobian |
| 122 | |
| 123 | Pointer<KrylovLinearSolver> |
| 124 | NewtonKrylovSolver::getLinearSolver() const |
| 125 | { |
| 126 | return d_krylov_solver; |
| 127 | } // getLinearSolver |
| 128 | |
| 129 | void |
| 130 | NewtonKrylovSolver::setMaxEvaluations(int max_evaluations) |
no outgoing calls
no test coverage detected