Ifpack Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
test/IlukGraph/cxx_main.cpp File Reference
#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"
Include dependency graph for test/IlukGraph/cxx_main.cpp:

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[])
 

Function Documentation

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.