|
EpetraExt
Development
|
Given an input Epetra_CrsGraph, a "overlapped" Epetra_CrsGraph is generated including rows associated with off processor contributions. More...
#include <EpetraExt_Overlap_CrsGraph.h>

Public Member Functions | |
| ~CrsGraph_Overlap () | |
| Destructor. | |
| CrsGraph_Overlap (int overlap, bool squareLocalBlock=false) | |
| Constructor. | |
| NewTypeRef | operator() (OriginalTypeRef orig) |
| Constructs "overlapped" Epetra_CrsGraph from original. | |
Given an input Epetra_CrsGraph, a "overlapped" Epetra_CrsGraph is generated including rows associated with off processor contributions.
Definition at line 56 of file EpetraExt_Overlap_CrsGraph.h.
Destructor.
Definition at line 51 of file EpetraExt_Overlap_CrsGraph.cpp.
| EpetraExt::CrsGraph_Overlap::CrsGraph_Overlap | ( | int | overlap, |
| bool | squareLocalBlock = false |
||
| ) | [inline] |
Constructor.
Definition at line 74 of file EpetraExt_Overlap_CrsGraph.h.
| CrsGraph_Overlap::NewTypeRef EpetraExt::CrsGraph_Overlap::operator() | ( | OriginalTypeRef | orig | ) | [virtual] |
Constructs "overlapped" Epetra_CrsGraph from original.
Implements EpetraExt::Transform< T, U >.
Definition at line 60 of file EpetraExt_Overlap_CrsGraph.cpp.
1.7.6.1