9.2
general documentation
cs_iter_algo_param_aac_t Struct Reference

Structure storing all the parameters to drive the algorithm called Anderson acceleration. More...

#include <cs_iter_algo.h>

+ Collaboration diagram for cs_iter_algo_param_aac_t:

Public Attributes

int n_max_dir
 
int starting_iter
 
double max_cond
 
double beta
 

Detailed Description

Structure storing all the parameters to drive the algorithm called Anderson acceleration.

Member Data Documentation

◆ beta

beta

Value of the relaxation coefficient (if this is equal to zero then there is non relaxation to perform)

◆ max_cond

max_cond

Tolerance under which terms are dropped in order to improve the conditionning number of the QR factorization

◆ n_max_dir

n_max_dir

Maximum number of directions

◆ starting_iter

starting_iter

Anderson acceleration starts at this iteration number


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