Discontinuous Galerkin Library
#include "dg/algorithm.h"
andersonacc.h File Reference
#include <functional>
#include "blas.h"
#include "topology/operator.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...