| 
    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.  More... | |
| typedef Base::OriginalTypeRef | OriginalTypeRef | 
  Public Types inherited from EpetraExt::Transform< T, U > | |
| typedef T | OriginalType | 
| typedef T * | OriginalTypePtr | 
| typedef Teuchos::RCP< T > | OriginalTypeRCP | 
| typedef T & | OriginalTypeRef | 
| typedef U | NewType | 
| typedef U * | NewTypePtr | 
| typedef Teuchos::RCP< U > | NewTypeRCP | 
| typedef U & | NewTypeRef | 
Public Member Functions | |
| NewTypeRef | operator() (OriginalTypeRef orig) | 
| Analysis of transform operation on original object and construction of new object.  More... | |
  Public Member Functions inherited from EpetraExt::StructuralTransform< Epetra_CrsGraph, std::vector< Epetra_GIDTypeVector< int_type >::impl > > | |
| bool | fwd () | 
Forward transfer of data from orig object input in the operator() method call to the new object created in this same call.  More... | |
| bool | rvs () | 
Reverse transfer of data from new object created in the operator() method call to the orig object input to this same method.  More... | |
| virtual | ~StructuralTransform () | 
  Public Member Functions inherited from EpetraExt::Transform< T, U > | |
| virtual | ~Transform () | 
| virtual bool | analyze (OriginalTypeRef orig) | 
| Initial analysis phase of transform.  More... | |
| virtual NewTypeRef | construct () | 
| Construction of new object as a result of the transform.  More... | |
| virtual bool | isConstructed () | 
| Check for whether transformed object has been constructed.  More... | |
Protected Member Functions | |
| ~TCrsGraph_MapColoringIndex () | |
| Destructor.  More... | |
| TCrsGraph_MapColoringIndex (const Epetra_MapColoring &ColorMap) | |
| Constructor input param ColorMap defines the perturbation coloring.  More... | |
  Protected Member Functions inherited from EpetraExt::Transform< T, U > | |
| Transform () | |
| Default constructor, protected to allow only derived classes to use.  More... | |
Additional Inherited Members | |
  Protected Attributes inherited from EpetraExt::Transform< T, U > | |
| OriginalTypePtr | origObj_ | 
| NewTypePtr | newObj_ | 
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.
Definition at line 87 of file EpetraExt_TCrsGraph_MapColoringIndex.h.
| typedef Base::OriginalTypeRef EpetraExt::TCrsGraph_MapColoringIndex< int_type >::OriginalTypeRef | 
Definition at line 88 of file EpetraExt_TCrsGraph_MapColoringIndex.h.
      
  | 
  inlineprotected | 
Destructor.
Definition at line 73 of file EpetraExt_TCrsGraph_MapColoringIndex.h.
      
  | 
  inlineprotected | 
Constructor input param ColorMap defines the perturbation coloring.
Definition at line 79 of file EpetraExt_TCrsGraph_MapColoringIndex.h.
      
  | 
  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.8.5