Ifpack Package Browser (Single Doxygen Collection)
Development
|
#include "Ifpack_ConfigDefs.h"
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <assert.h>
#include <string.h>
#include <math.h>
#include "Epetra_Map.h"
#include "Ifpack_Version.h"
#include "Epetra_CrsGraph.h"
#include "Ifpack_IlukGraph.h"
#include "Teuchos_RefCountPtr.hpp"
#include "Epetra_MpiComm.h"
Go to the source code of this file.
Functions | |
int | check (Epetra_CrsGraph &L, Epetra_CrsGraph &U, Ifpack_IlukGraph &LU, int NumGlobalRows1, int NumMyRows1, int LevelFill1, bool verbose) |
int | main (int argc, char *argv[]) |
int check | ( | Epetra_CrsGraph & | L, |
Epetra_CrsGraph & | U, | ||
Ifpack_IlukGraph & | LU, | ||
int | NumGlobalRows1, | ||
int | NumMyRows1, | ||
int | LevelFill1, | ||
bool | verbose | ||
) |
Definition at line 375 of file test/IlukGraph/cxx_main.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 71 of file test/IlukGraph/cxx_main.cpp.