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

Method setAbsoluteTolerance

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

Source from the content-addressed store, hash-verified

142} // getMaxIterations
143
144void
145GeneralSolver::setAbsoluteTolerance(double abs_residual_tol)
146{
147 d_abs_residual_tol = abs_residual_tol;
148 return;
149} // setAbsoluteTolerance
150
151double
152GeneralSolver::getAbsoluteTolerance() 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