#include "ml_include.h"
Go to the source code of this file.
Functions | |
int | ML_Smoother_Ifpack (ML_Smoother *sm, int inlen, double x[], int outlen, double rhs[]) |
void | ML_Smoother_Clean_Ifpack (void *Ifpack_Handle) |
int | ML_Gen_Smoother_Ifpack (ML *ml, const char *Type, int Overlap, int nl, int pre_or_post, void *List, void *Comm) |
Generates the ifpack smoother. |
int ML_Gen_Smoother_Ifpack | ( | ML * | ml, | |
const char * | Type, | |||
int | Overlap, | |||
int | nl, | |||
int | pre_or_post, | |||
void * | List, | |||
void * | Comm | |||
) |
void ML_Smoother_Clean_Ifpack | ( | void * | Ifpack_Handle | ) |
int ML_Smoother_Ifpack | ( | ML_Smoother * | sm, | |
int | inlen, | |||
double | x[], | |||
int | outlen, | |||
double | rhs[] | |||
) |