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

Method getNumIterations

ibtk/src/solvers/interfaces/GeneralSolver.cpp:170–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168} // getRelativeTolerance
169
170int
171GeneralSolver::getNumIterations() const
172{
173 return d_current_iterations;
174} // getNumIterations
175
176double
177GeneralSolver::getResidualNorm() const

Calls

no outgoing calls

Tested by

no test coverage detected