|
EpetraExt
Development
|
Generates a std::vector of Epetra_IntVector's to be used to map perturbation contributions to a CrsGraph/CrsMatrix from a perturbed vector. More...
#include <EpetraExt_TCrsGraph_MapColoringIndex.h>

Public Types | |
| typedef StructuralTransform < Epetra_CrsGraph, std::vector < typename Epetra_GIDTypeVector< int_type > ::impl > > | Base |
| typedef Base::NewTypeRef | NewTypeRef |
| Generates a std::vector<Epetra_IntVector> from the input Epetra_CrsGraph. | |
| typedef Base::OriginalTypeRef | OriginalTypeRef |
Public Member Functions | |
| NewTypeRef | operator() (OriginalTypeRef orig) |
| Analysis of transform operation on original object and construction of new object. | |
Protected Member Functions | |
| ~TCrsGraph_MapColoringIndex () | |
| Destructor. | |
| TCrsGraph_MapColoringIndex (const Epetra_MapColoring &ColorMap) | |
| Constructor input param ColorMap defines the perturbation coloring. | |
Generates a std::vector of Epetra_IntVector's to be used to map perturbation contributions to a CrsGraph/CrsMatrix from a perturbed vector.
Definition at line 63 of file EpetraExt_TCrsGraph_MapColoringIndex.h.
| typedef StructuralTransform< Epetra_CrsGraph,std::vector<typename Epetra_GIDTypeVector<int_type>::impl> > EpetraExt::TCrsGraph_MapColoringIndex< int_type >::Base |
Definition at line 83 of file EpetraExt_TCrsGraph_MapColoringIndex.h.
| typedef Base::NewTypeRef EpetraExt::TCrsGraph_MapColoringIndex< int_type >::NewTypeRef |
Generates a std::vector<Epetra_IntVector> from the input Epetra_CrsGraph.
Reimplemented from EpetraExt::Transform< T, U >.
Definition at line 87 of file EpetraExt_TCrsGraph_MapColoringIndex.h.
| typedef Base::OriginalTypeRef EpetraExt::TCrsGraph_MapColoringIndex< int_type >::OriginalTypeRef |
Reimplemented from EpetraExt::Transform< T, U >.
Definition at line 88 of file EpetraExt_TCrsGraph_MapColoringIndex.h.
| EpetraExt::TCrsGraph_MapColoringIndex< int_type >::~TCrsGraph_MapColoringIndex | ( | ) | [inline, protected] |
Destructor.
Definition at line 73 of file EpetraExt_TCrsGraph_MapColoringIndex.h.
| EpetraExt::TCrsGraph_MapColoringIndex< int_type >::TCrsGraph_MapColoringIndex | ( | const Epetra_MapColoring & | ColorMap | ) | [inline, protected] |
Constructor input param ColorMap defines the perturbation coloring.
Definition at line 79 of file EpetraExt_TCrsGraph_MapColoringIndex.h.
| TCrsGraph_MapColoringIndex< int_type >::NewTypeRef EpetraExt::TCrsGraph_MapColoringIndex< int_type >::operator() | ( | OriginalTypeRef | orig | ) | [virtual] |
Analysis of transform operation on original object and construction of new object.
Preconditions:
Invariants:
Postconditions:
Implements EpetraExt::Transform< T, U >.
Definition at line 97 of file EpetraExt_TCrsGraph_MapColoringIndex.h.
1.7.6.1