State for nonlinear solvers. More...
#include <ikarus/solver/nonlinearsolver/nonlinearsolverstate.hh>
Public Types | |
using | Domain = D |
using | CorrectionType = CT |
Public Attributes | |
const Domain & | domain |
const CorrectionType & | correction |
double | rNorm {} |
double | dNorm {} |
int | iteration {} |
D | the type of the domain (in most cases FERequirement) |
CT | the type of the correction vector |
using Ikarus::NonlinearSolverState< D, CT >::CorrectionType = CT |
using Ikarus::NonlinearSolverState< D, CT >::Domain = D |
const CorrectionType& Ikarus::NonlinearSolverState< D, CT >::correction |
double Ikarus::NonlinearSolverState< D, CT >::dNorm {} |
const Domain& Ikarus::NonlinearSolverState< D, CT >::domain |
int Ikarus::NonlinearSolverState< D, CT >::iteration {} |
double Ikarus::NonlinearSolverState< D, CT >::rNorm {} |