UCFD_SPARSE  v1.0
Documentation
Loading...
Searching...
No Matches
precon.h File Reference
#include "types.h"
Include dependency graph for precon.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

ucfd_precon_status_t ilu0_prepare_bsr (const int neles, const int nvars, const int *row_ptr, const int *col_ind, const int *diag_ind, double *nnz_data)
 
ucfd_precon_status_t ilu0_sweep_bsr_mkl (sparse_matrix_t op, double *b)
 
ucfd_precon_status_t ilu0_sweep_bsr (const int neles, const int nvars, const int *row_ptr, const int *col_ind, const int *diag_ind, double *nnz_data, double *b)
 

Function Documentation

◆ ilu0_prepare_bsr()

ucfd_precon_status_t ilu0_prepare_bsr ( const int  neles,
const int  nvars,
const int *  row_ptr,
const int *  col_ind,
const int *  diag_ind,
double *  nnz_data 
)

Definition at line 10 of file precon.c.

◆ ilu0_sweep_bsr()

ucfd_precon_status_t ilu0_sweep_bsr ( const int  neles,
const int  nvars,
const int *  row_ptr,
const int *  col_ind,
const int *  diag_ind,
double *  nnz_data,
double *  b 
)

Definition at line 96 of file precon.c.

Here is the caller graph for this function:

◆ ilu0_sweep_bsr_mkl()

ucfd_precon_status_t ilu0_sweep_bsr_mkl ( sparse_matrix_t  op,
double *  b 
)

Definition at line 70 of file precon.c.

Here is the caller graph for this function: