MCPcopy Create free account
hub / github.com/FEniCS/dolfinx / iteration

Method iteration

cpp/dolfinx/nls/NewtonSolver.cpp:283–283  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

281}
282//-----------------------------------------------------------------------------
283int nls::petsc::NewtonSolver::iteration() const { return _iteration; }
284//-----------------------------------------------------------------------------
285double nls::petsc::NewtonSolver::residual() const { return _residual; }
286//-----------------------------------------------------------------------------

Callers 1

convergedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected