EpetraExt Development
Loading...
Searching...
No Matches
EpetraExt::CrsGraph_MapColoringIndex64 Class Reference

#include <EpetraExt_MapColoringIndex.h>

Inheritance diagram for EpetraExt::CrsGraph_MapColoringIndex64:

Public Member Functions

 ~CrsGraph_MapColoringIndex64 ()
 Destructor.
 CrsGraph_MapColoringIndex64 (const Epetra_MapColoring &ColorMap)
 Constructor input param ColorMap defines the perturbation coloring.
std::vector< Epetra_LongLongVector > & operator() (Epetra_CrsGraph &orig)
Public Member Functions inherited from EpetraExt::TCrsGraph_MapColoringIndex< long long >
NewTypeRef operator() (OriginalTypeRef orig)
Public Member Functions inherited from EpetraExt::StructuralTransform< Epetra_CrsGraph, std::vector< Epetra_GIDTypeVector< long long >::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.
bool rvs ()
 Reverse transfer of data from new object created in the operator() method call to the orig object input to this same method.
virtual ~StructuralTransform ()
virtual ~Transform ()
virtual bool analyze (OriginalTypeRef orig)
 Initial analysis phase of transform.
virtual NewTypeRef construct ()
 Construction of new object as a result of the transform.
virtual bool isConstructed ()
 Check for whether transformed object has been constructed.
virtual NewTypeRef operator() (OriginalTypeRef orig)=0
 Analysis of transform operation on original object and construction of new object.

Additional Inherited Members

Public Types inherited from EpetraExt::TCrsGraph_MapColoringIndex< long long >
typedef StructuralTransform< Epetra_CrsGraph, std::vector< typename Epetra_GIDTypeVector< long long >::impl > > Base
typedef Base::NewTypeRef NewTypeRef
 Generates a std::vector<Epetra_IntVector> from the input Epetra_CrsGraph.
typedef Base::OriginalTypeRef OriginalTypeRef
typedef Epetra_CrsGraph OriginalType
typedef Epetra_CrsGraphOriginalTypePtr
typedef Teuchos::RCP< Epetra_CrsGraphOriginalTypeRCP
typedef Epetra_CrsGraphOriginalTypeRef
typedef std::vector< Epetra_GIDTypeVector< long long >::impl > NewType
typedef std::vector< Epetra_GIDTypeVector< long long >::impl > * NewTypePtr
typedef Teuchos::RCP< std::vector< Epetra_GIDTypeVector< long long >::impl > > NewTypeRCP
typedef std::vector< Epetra_GIDTypeVector< long long >::impl > & NewTypeRef
Protected Member Functions inherited from EpetraExt::TCrsGraph_MapColoringIndex< long long >
 ~TCrsGraph_MapColoringIndex ()
 Destructor.
 TCrsGraph_MapColoringIndex (const Epetra_MapColoring &ColorMap)
 Constructor input param ColorMap defines the perturbation coloring.
 Transform ()
 Default constructor, protected to allow only derived classes to use.
OriginalTypePtr origObj_
NewTypePtr newObj_

Detailed Description

Definition at line 81 of file EpetraExt_MapColoringIndex.h.

Constructor & Destructor Documentation

◆ ~CrsGraph_MapColoringIndex64()

EpetraExt::CrsGraph_MapColoringIndex64::~CrsGraph_MapColoringIndex64 ( )
inline

Destructor.

Definition at line 89 of file EpetraExt_MapColoringIndex.h.

◆ CrsGraph_MapColoringIndex64()

EpetraExt::CrsGraph_MapColoringIndex64::CrsGraph_MapColoringIndex64 ( const Epetra_MapColoring & ColorMap)
inline

Constructor input param ColorMap defines the perturbation coloring.

Definition at line 95 of file EpetraExt_MapColoringIndex.h.

Member Function Documentation

◆ operator()()

std::vector< Epetra_LongLongVector > & EpetraExt::CrsGraph_MapColoringIndex64::operator() ( Epetra_CrsGraph & orig)

Definition at line 111 of file EpetraExt_MapColoringIndex.cpp.


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