PaStiX Handbook  6.3.2
c_refine_functions.c File Reference
#include "common.h"
#include "cblas.h"
#include "bcsc/bcsc.h"
#include "bcsc/bvec.h"
#include "bcsc/bcsc_c.h"
#include "sopalin/sopalin_data.h"
#include "refinement/c_refine_functions.h"

Go to the source code of this file.

Functions

void c_refine_output_oneiter (pastix_fixdbl_t t0, pastix_fixdbl_t tf, float err, pastix_int_t nb_iters)
 Print statistics about one iteration. More...
 
void c_refine_output_final (pastix_data_t *pastix_data, pastix_complex32_t err, pastix_int_t nb_iters, pastix_fixdbl_t tf, void *x, pastix_complex32_t *gmresx)
 Final output. More...
 
void c_refine_init (struct c_solver *solver, pastix_data_t *pastix_data)
 Initiate functions pointers to define basic operations. More...
 

Detailed Description

PaStiX refinement functions implementations.

Version
6.3.2
Author
Mathieu Faverge
Pierre Ramet
Theophile Terraz
Xavier Lacoste
Gregoire Pichon
Tony Delarue
Vincent Bridonneau
Date
2023-07-21
Generated arithmetic file
from /builds/solverstack/pastix/refinement/z_refine_functions.c, normal z -> c, Wed Dec 13 12:09:46 2023

Definition in file c_refine_functions.c.