NEML2 2.0.0
Loading...
Searching...
No Matches
NonlinearSolver::Result Struct Reference

#include <NonlinearSolver.h>

Public Attributes

RetCode ret = RetCode::FAILURE
 Solver return code,.
 
NonlinearSystem::Sol< falsesolution
 Solution to the nonlinear system.
 
std::size_t iterations = 0
 Number of iterations before convergence.
 

Member Data Documentation

◆ iterations

std::size_t iterations = 0

Number of iterations before convergence.

◆ ret

◆ solution

Solution to the nonlinear system.