version 0.4.1
Ikarus::NonlinearSolverState< D, CT > Struct Template Reference

State for nonlinear solvers. More...

#include <ikarus/solver/nonlinearsolver/nonlinearsolverstate.hh>

Public Types

using Domain = D
 
using CorrectionType = CT
 

Public Attributes

const Domaindomain
 
const CorrectionTypecorrection
 
double rNorm {}
 
double dNorm {}
 
int iteration {}
 

Detailed Description

template<typename D, typename CT>
struct Ikarus::NonlinearSolverState< D, CT >
Template Parameters
Dthe type of the domain (in most cases FERequirement)
CTthe type of the correction vector

Member Typedef Documentation

◆ CorrectionType

template<typename D , typename CT >
using Ikarus::NonlinearSolverState< D, CT >::CorrectionType = CT

◆ Domain

template<typename D , typename CT >
using Ikarus::NonlinearSolverState< D, CT >::Domain = D

Member Data Documentation

◆ correction

template<typename D , typename CT >
const CorrectionType& Ikarus::NonlinearSolverState< D, CT >::correction

◆ dNorm

template<typename D , typename CT >
double Ikarus::NonlinearSolverState< D, CT >::dNorm {}

◆ domain

template<typename D , typename CT >
const Domain& Ikarus::NonlinearSolverState< D, CT >::domain

◆ iteration

template<typename D , typename CT >
int Ikarus::NonlinearSolverState< D, CT >::iteration {}

◆ rNorm

template<typename D , typename CT >
double Ikarus::NonlinearSolverState< D, CT >::rNorm {}

The documentation for this struct was generated from the following file: