MCPcopy Create free account
hub / github.com/IBAMR/IBAMR / getLinearSolver

Method getLinearSolver

ibtk/src/solvers/interfaces/NewtonKrylovSolver.cpp:123–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected