| ML
    Version of the Day
    | 
Interface to the Trilinos package Ifpack. More...
#include "ml_include.h"

| 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) | 
Interface to the Trilinos package Ifpack.
The ML/Amesos interface allows ML users to apply Ifpack iterative methods as smoothers.
| int ML_Gen_Smoother_Ifpack | ( | ML * | ml, | 
| const char * | Type, | ||
| int | Overlap, | ||
| int | nl, | ||
| int | pre_or_post, | ||
| void * | List, | ||
| void * | Comm | ||
| ) | 
Generate the Ifpack smoother
| void ML_Smoother_Clean_Ifpack | ( | void * | Ifpack_Handle | ) | 
Destroy the Ifpack smoother.
| int ML_Smoother_Ifpack | ( | ML_Smoother * | sm, | 
| int | inlen, | ||
| double | x[], | ||
| int | outlen, | ||
| double | rhs[] | ||
| ) | 
Apply the Ifpack smoother.
 1.8.5
 1.8.5