TrilinosCouplings  Development
 All Classes Namespaces Files Functions Pages
Public Member Functions | List of all members
EpetraExt::AmesosBTF_CrsGraph Class Reference

#include <EpetraExt_AmesosBTF_CrsGraph.h>

Inheritance diagram for EpetraExt::AmesosBTF_CrsGraph:
Inheritance graph
[legend]
Collaboration diagram for EpetraExt::AmesosBTF_CrsGraph:
Collaboration graph
[legend]

Public Member Functions

 ~AmesosBTF_CrsGraph ()
 
 AmesosBTF_CrsGraph (bool upperTri=false, bool verbose=false)
 
NewTypeRef operator() (OriginalTypeRef orig)
 
std::vector< int > RowPerm ()
 
std::vector< int > ColPerm ()
 
std::vector< int > BlockPtr ()
 
int NumBlocks ()
 

Detailed Description

Block Triangular Factorization (Reordering) of Epetra_CrsGraph

Uses Tim Davis' BTF algorithm to find a block lower or upper triangular ordering form a Epetra_CrsGraph.

Constructor & Destructor Documentation

EpetraExt::AmesosBTF_CrsGraph::~AmesosBTF_CrsGraph ( )

Destructor

EpetraExt::AmesosBTF_CrsGraph::AmesosBTF_CrsGraph ( bool  upperTri = false,
bool  verbose = false 
)
inline

Default Constructor

Member Function Documentation

AmesosBTF_CrsGraph::NewTypeRef EpetraExt::AmesosBTF_CrsGraph::operator() ( OriginalTypeRef  orig)

Construction of BTF ordered Epetra_CrsGraph from orig object.

Preconditions:

Invariants:

Postconditions:


The documentation for this class was generated from the following files: