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 |
| const NonLinearSolverInformation & | information |
| 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 |
| const Domain& Ikarus::NonlinearSolverState< D, CT >::domain |
| const NonLinearSolverInformation& Ikarus::NonlinearSolverState< D, CT >::information |