EpetraExt  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
EpetraExt_BlockAdjacencyGraph.cpp File Reference
#include <EpetraExt_BlockAdjacencyGraph.h>
#include <Epetra_CrsMatrix.h>
#include <Epetra_CrsGraph.h>
#include <Epetra_Map.h>
#include <Epetra_Comm.h>
#include <math.h>
#include <cstdlib>
Include dependency graph for EpetraExt_BlockAdjacencyGraph.cpp:

Go to the source code of this file.

Namespaces

 EpetraExt
 EpetraExt::BlockCrsMatrix: A class for constructing a distributed block matrix.
 

Functions

int EpetraExt::compare_ints (const void *a, const void *b)
 Given an Epetra_CrsGraph that has block structure, an adjacency graph is constructed representing the block connectivity of the original graph. More...
 
int EpetraExt::ceil31log2 (int n)