Ifpack Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
ilu_dh.h File Reference
#include "euclid_common.h"
Include dependency graph for ilu_dh.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void reallocate_private (int row, int newEntries, int *nzHave, int **rp, int **cval, float **aval, double **avalD, int **fill)
 
void ilu_mpi_pilu (Euclid_dh ctx)
 
void iluk_mpi_pilu (Euclid_dh ctx)
 
void compute_scaling_private (int row, int len, double *AVAL, Euclid_dh ctx)
 
void iluk_mpi_bj (Euclid_dh ctx)
 
void iluk_seq (Euclid_dh ctx)
 
void iluk_seq_block (Euclid_dh ctx)
 
void ilut_seq (Euclid_dh ctx)
 

Function Documentation

void reallocate_private ( int  row,
int  newEntries,
int *  nzHave,
int **  rp,
int **  cval,
float **  aval,
double **  avalD,
int **  fill 
)
void ilu_mpi_pilu ( Euclid_dh  ctx)
void iluk_mpi_pilu ( Euclid_dh  ctx)

Definition at line 68 of file ilu_mpi_pilu.c.

void compute_scaling_private ( int  row,
int  len,
double *  AVAL,
Euclid_dh  ctx 
)

Definition at line 69 of file ilu_seq.c.

void iluk_mpi_bj ( Euclid_dh  ctx)

Definition at line 68 of file ilu_mpi_bj.c.

void iluk_seq ( Euclid_dh  ctx)

Definition at line 109 of file ilu_seq.c.

void iluk_seq_block ( Euclid_dh  ctx)

Definition at line 299 of file ilu_seq.c.

void ilut_seq ( Euclid_dh  ctx)

Definition at line 788 of file ilu_seq.c.