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

Go to the source code of this file.

Functions

void d_refine_output_oneiter (pastix_fixdbl_t t0, pastix_fixdbl_t tf, double err, pastix_int_t nb_iters)
 Print statistics about one iteration. More...
 
void d_refine_output_final (pastix_data_t *pastix_data, double err, pastix_int_t nb_iters, pastix_fixdbl_t tf, void *x, double *gmresx)
 Final output. More...
 
void d_refine_init (struct d_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 -> d, Wed Dec 13 12:09:46 2023

Definition in file d_refine_functions.c.