#include "ifp_c_wrappers.h"
Go to the source code of this file.
|
void | AZ_ifpack_prec_create (double *x, double *b, int *options, double *params, int *proc_config, AZ_MATRIX *Amat, AZ_PRECOND **Prec) |
|
void | AZ_ifpack_iterate (double *x, double *b, int *options, double *params, double *status, int *proc_config, AZ_MATRIX *Amat) |
|
void | AZ_ifpack_precon (double x[], int *, int *, double *, AZ_MATRIX *Amat, AZ_PRECOND *prec) |
|
void | AZ_ifpack_prec_destroy (int *options, double *params, int *proc_config, AZ_MATRIX *Amat, AZ_PRECOND *Prec) |
|
void | az2ifp_blockmatrix (void **bmat, AZ_MATRIX *Amat) |
|
void AZ_ifpack_prec_create |
( |
double * |
x, |
|
|
double * |
b, |
|
|
int * |
options, |
|
|
double * |
params, |
|
|
int * |
proc_config, |
|
|
AZ_MATRIX * |
Amat, |
|
|
AZ_PRECOND ** |
Prec |
|
) |
| |
void AZ_ifpack_iterate |
( |
double * |
x, |
|
|
double * |
b, |
|
|
int * |
options, |
|
|
double * |
params, |
|
|
double * |
status, |
|
|
int * |
proc_config, |
|
|
AZ_MATRIX * |
Amat |
|
) |
| |
void AZ_ifpack_precon |
( |
double |
x[], |
|
|
int * |
, |
|
|
int * |
, |
|
|
double * |
, |
|
|
AZ_MATRIX * |
Amat, |
|
|
AZ_PRECOND * |
prec |
|
) |
| |
void AZ_ifpack_prec_destroy |
( |
int * |
options, |
|
|
double * |
params, |
|
|
int * |
proc_config, |
|
|
AZ_MATRIX * |
Amat, |
|
|
AZ_PRECOND * |
Prec |
|
) |
| |
void az2ifp_blockmatrix |
( |
void ** |
bmat, |
|
|
AZ_MATRIX * |
Amat |
|
) |
| |