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

Method setRelativeTolerance

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

Source from the content-addressed store, hash-verified

155} // getAbsoluteTolerance
156
157void
158GeneralSolver::setRelativeTolerance(double rel_residual_tol)
159{
160 d_rel_residual_tol = rel_residual_tol;
161 return;
162} // setRelativeTolerance
163
164double
165GeneralSolver::getRelativeTolerance() const

Callers 10

solveCoarsestLevelMethod · 0.45
solveCoarsestLevelMethod · 0.45
solveSystemMethod · 0.45
solveCoarsestLevelMethod · 0.45
solveSystemMethod · 0.45
ConstraintIBMethodMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected