OGS
NumLib::AndersonAcceleration::HistoryEntry Struct Reference

Detailed Description

One entry of the history: the iterate x it was taken from and the (possibly damped) step \( f = \beta(g(x) - x) \) leading away from it. The two vectors are only ever appended, rotated and dropped together.

Definition at line 70 of file AndersonAcceleration.h.

Collaboration diagram for NumLib::AndersonAcceleration::HistoryEntry:
[legend]

Public Attributes

GlobalVectorx
GlobalVectorf

Member Data Documentation

◆ f

GlobalVector* NumLib::AndersonAcceleration::HistoryEntry::f

◆ x

GlobalVector* NumLib::AndersonAcceleration::HistoryEntry::x

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