Discontinuous Galerkin Library
#include "dg/algorithm.h"
|
Go to the source code of this file.
Classes | |
struct | dg::AndersonAcceleration< ContainerType > |
Anderson Acceleration of Fixed Point/Richardson Iteration for the nonlinear equation \( f(x) = b\). More... | |
Namespaces | |
namespace | dg |
This is the namespace for all functions and classes defined and used by the discontinuous Galerkin library. | |
Typedefs | |
template<class ContainerType > | |
using | dg::FixedPointIteration = AndersonAcceleration< ContainerType > |
If you are looking for fixed point iteration: it is a special case of Anderson Acceleration. More... | |