#include "ilu_dh.h"
#include "Mem_dh.h"
#include "Parser_dh.h"
#include "Euclid_dh.h"
#include "getRow_dh.h"
#include "Factor_dh.h"
#include "SubdomainGraph_dh.h"
Go to the source code of this file.
|
int | symbolic_row_private (int localRow, int beg_row, int end_row, int *list, int *marker, int *tmpFill, int len, int *CVAL, double *AVAL, int *o2n_col, Euclid_dh ctx) |
|
static int | numeric_row_private (int localRow, int beg_row, int end_row, int len, int *CVAL, double *AVAL, REAL_DH *work, int *o2n_col, Euclid_dh ctx) |
|
void | iluk_mpi_bj (Euclid_dh ctx) |
|
#define __FUNC__ "iluk_mpi_bj" |
#define __FUNC__ "symbolic_row_private" |
#define __FUNC__ "numeric_row_private" |
int symbolic_row_private |
( |
int |
localRow, |
|
|
int |
beg_row, |
|
|
int |
end_row, |
|
|
int * |
list, |
|
|
int * |
marker, |
|
|
int * |
tmpFill, |
|
|
int |
len, |
|
|
int * |
CVAL, |
|
|
double * |
AVAL, |
|
|
int * |
o2n_col, |
|
|
Euclid_dh |
ctx |
|
) |
| |
int numeric_row_private |
( |
int |
localRow, |
|
|
int |
beg_row, |
|
|
int |
end_row, |
|
|
int |
len, |
|
|
int * |
CVAL, |
|
|
double * |
AVAL, |
|
|
REAL_DH * |
work, |
|
|
int * |
o2n_col, |
|
|
Euclid_dh |
ctx |
|
) |
| |
|
static |