#include "Ifpack_ConfigDefs.h"#include "Epetra_Comm.h"#include "unistd.h"Include dependency graph for Ifpack_Utils.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | ||||||||||
| class | Ifpack_Element | |||||||||
Largely inspired from Yousef Saad's SPARSKIT plot function. | ||||||||||
| Plots the sparsity pattern of an Epetra_RowMatrix into a PS file.
| ||||||||||
| int | Ifpack_PrintSparsity (const Epetra_RowMatrix &A, const char *FileName=0, const int NumPDEEqns=1) | |||||||||
Functions | ||||||||||
| void | Ifpack_PrintLine () | |||||||||
| Prints a line of `=' on cout. | ||||||||||
| void | Ifpack_BreakForDebugger (Epetra_Comm &Comm) | |||||||||
| Stops the execution of code, so that a debugger can be attached. | ||||||||||
| Epetra_CrsMatrix * | Ifpack_CreateOverlappingCrsMatrix (const Epetra_RowMatrix *Matrix, const int OverlappingLevel) | |||||||||
| Creates an overlapping Epetra_CrsMatrix. Returns 0 if OverlappingLevel is 0. | ||||||||||
| Epetra_CrsGraph * | Ifpack_CreateOverlappingCrsMatrix (const Epetra_CrsGraph *Graph, const int OverlappingLevel) | |||||||||
| Creates an overlapping Epetra_CrsGraph. Returns 0 if OverlappingLevel is 0. | ||||||||||
| string | Ifpack_toString (const int &x) | |||||||||
| Convertes an integer to string. | ||||||||||
| string | Ifpack_toString (const double &x) | |||||||||
| Convertes a double to string. | ||||||||||
| int | Ifpack_PrintResidual (char *Label, const Epetra_RowMatrix &A, const Epetra_MultiVector &X, const Epetra_MultiVector &Y) | |||||||||
| Prints on cout the true residual. | ||||||||||
| int | Ifpack_PrintResidual (const int iter, const Epetra_RowMatrix &A, const Epetra_MultiVector &X, const Epetra_MultiVector &Y) | |||||||||
| void | Ifpack_PrintSparsity_Simple (const Epetra_RowMatrix &A) | |||||||||
| int | Ifpack_Analyze (const Epetra_RowMatrix &A, const bool Cheap=false, const int NumPDEEqns=1) | |||||||||
| Analyzes the basic properties of the input matrix A; see Usage of Ifpack_Analyze().. | ||||||||||
| int | Ifpack_AnalyzeMatrixElements (const Epetra_RowMatrix &A, const bool abs=false, const int steps=10) | |||||||||
| Analyzes the distribution of values of the input matrix A. | ||||||||||
| int | Ifpack_AnalyzeVectorElements (const Epetra_Vector &Diagonal, const bool abs=false, const int steps=10) | |||||||||
| Analyzes the distribution of values of the input vector Diagonal. | ||||||||||
Definition in file Ifpack_Utils.h.
|
||||||||||||||||
|
Analyzes the distribution of values of the input matrix A.
Definition at line 811 of file Ifpack_Utils.cpp. |
|
||||||||||||||||
|
Analyzes the distribution of values of the input vector Diagonal.
Definition at line 754 of file Ifpack_Utils.cpp. |
1.3.9.1