EpetraExt Development
Loading...
Searching...
No Matches
EpetraExt::CrsGraph_SymmRCM Struct Reference

Generates the symmetric RCM reordered version of a Epetra_CrsGraph. More...

#include <EpetraExt_SymmRCM_CrsGraph.h>

Inheritance diagram for EpetraExt::CrsGraph_SymmRCM:

Public Member Functions

 ~CrsGraph_SymmRCM ()
 Destructor.
 CrsGraph_SymmRCM (bool BruteForce=false, int testLeafWidth=5)
 Constructor.
NewTypeRef operator() (OriginalTypeRef orig)
 Transformation Operator.
Public Member Functions inherited from EpetraExt::StructuralSameTypeTransform< Epetra_CrsGraph >
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 ~StructuralSameTypeTransform ()
Public Member Functions inherited from EpetraExt::SameTypeTransform< Epetra_CrsGraph >
virtual ~SameTypeTransform ()
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.

Additional Inherited Members

Public Types inherited from EpetraExt::SameTypeTransform< Epetra_CrsGraph >
typedef Epetra_CrsGraph TransformType
typedef Epetra_CrsGraphTransformTypePtr
typedef Epetra_CrsGraphTransformTypeRef
typedef Epetra_CrsGraph OriginalType
typedef Epetra_CrsGraphOriginalTypePtr
typedef Teuchos::RCP< Epetra_CrsGraphOriginalTypeRCP
typedef Epetra_CrsGraphOriginalTypeRef
typedef Epetra_CrsGraph NewType
typedef Epetra_CrsGraphNewTypePtr
typedef Teuchos::RCP< Epetra_CrsGraphNewTypeRCP
typedef Epetra_CrsGraphNewTypeRef
 Transform ()
 Default constructor, protected to allow only derived classes to use.
OriginalTypePtr origObj_
NewTypePtr newObj_

Detailed Description

Generates the symmetric RCM reordered version of a Epetra_CrsGraph.

Definition at line 61 of file EpetraExt_SymmRCM_CrsGraph.h.

Constructor & Destructor Documentation

◆ ~CrsGraph_SymmRCM()

EpetraExt::CrsGraph_SymmRCM::~CrsGraph_SymmRCM ( )

Destructor.

◆ CrsGraph_SymmRCM()

EpetraExt::CrsGraph_SymmRCM::CrsGraph_SymmRCM ( bool BruteForce = false,
int testLeafWidth = 5 )
inline

Constructor.

Definition at line 69 of file EpetraExt_SymmRCM_CrsGraph.h.

Member Function Documentation

◆ operator()()

NewTypeRef EpetraExt::CrsGraph_SymmRCM::operator() ( OriginalTypeRef orig)
virtual

Transformation Operator.

Implements EpetraExt::Transform< Epetra_CrsGraph, Epetra_CrsGraph >.


The documentation for this struct was generated from the following file: