#include "cs_defs.h"
Include dependency graph for cs_cdo_anderson.h:Go to the source code of this file.
Functions | |
| void | aa_init (const int mMax, const cs_lnum_t n_faces) |
| void | aa_term () |
| void | qrdelete (cs_real_t *Q, cs_sdm_t *R, int n_faces, int mMax) |
Variables | |
| int | n_aa_iter |
| int | mAA_ |
| cs_real_t * | fval_ |
| cs_real_t * | gval |
| cs_real_t * | fold_ |
| cs_real_t * | gold_ |
| cs_real_t * | df_ |
| cs_real_t * | DG_ |
| cs_real_t * | Q_ |
| cs_sdm_t * | R_ |
| cs_real_t * | gamma_ |
| cs_real_t * | tempGamma_ |
|
inline |
|
inline |
|
inline |
| cs_real_t* df_ |
| cs_real_t* DG_ |
| cs_real_t* fold_ |
| cs_real_t* fval_ |
| cs_real_t* gamma_ |
| cs_real_t* gold_ |
| cs_real_t* gval |
| int mAA_ |
| int n_aa_iter |
| cs_real_t* Q_ |
| cs_sdm_t* R_ |
| cs_real_t* tempGamma_ |