EpetraExt  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
EpetraExt::LinearProblem_MatrixTrans Class Reference

Adaptation of an Epetra_CrsMatrix Transform to a Epetra_LinearProblem Transform. More...

#include <EpetraExt_LPTrans_From_MatrixTrans.h>

Inheritance diagram for EpetraExt::LinearProblem_MatrixTrans:
Inheritance graph
[legend]

Public Member Functions

 ~LinearProblem_MatrixTrans ()
 Destructor. More...
 
 LinearProblem_MatrixTrans (SameTypeTransform< Epetra_CrsMatrix > &matrix_trans)
 Constructor. More...
 
NewTypeRef operator() (OriginalTypeRef orig)
 Transform Operator. More...
 
bool fwd ()
 Forward Data Migration. More...
 
bool rvs ()
 Reverse Data Migration. More...
 
- Public Member Functions inherited from EpetraExt::SameTypeTransform< Epetra_LinearProblem >
virtual ~SameTypeTransform ()
 
- 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...
 

Additional Inherited Members

- Public Types inherited from EpetraExt::SameTypeTransform< Epetra_LinearProblem >
typedef Epetra_LinearProblem TransformType
 
typedef Epetra_LinearProblemTransformTypePtr
 
typedef Epetra_LinearProblemTransformTypeRef
 
- 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
 
- Protected Member Functions inherited from EpetraExt::Transform< T, U >
 Transform ()
 Default constructor, protected to allow only derived classes to use. More...
 
- Protected Attributes inherited from EpetraExt::Transform< T, U >
OriginalTypePtr origObj_
 
NewTypePtr newObj_
 

Detailed Description

Adaptation of an Epetra_CrsMatrix Transform to a Epetra_LinearProblem Transform.

Definition at line 58 of file EpetraExt_LPTrans_From_MatrixTrans.h.

Constructor & Destructor Documentation

EpetraExt::LinearProblem_MatrixTrans::~LinearProblem_MatrixTrans ( )

Destructor.

Definition at line 58 of file EpetraExt_LPTrans_From_MatrixTrans.cpp.

EpetraExt::LinearProblem_MatrixTrans::LinearProblem_MatrixTrans ( SameTypeTransform< Epetra_CrsMatrix > &  matrix_trans)
inline

Constructor.

Definition at line 82 of file EpetraExt_LPTrans_From_MatrixTrans.h.

Member Function Documentation

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

Transform Operator.

Constructs a Epetra_LinearProblem

Implements EpetraExt::Transform< T, U >.

Definition at line 70 of file EpetraExt_LPTrans_From_MatrixTrans.cpp.

bool EpetraExt::LinearProblem_MatrixTrans::fwd ( )
virtual

Forward Data Migration.

Implements EpetraExt::Transform< T, U >.

Definition at line 102 of file EpetraExt_LPTrans_From_MatrixTrans.cpp.

bool EpetraExt::LinearProblem_MatrixTrans::rvs ( )
virtual

Reverse Data Migration.

Implements EpetraExt::Transform< T, U >.

Definition at line 113 of file EpetraExt_LPTrans_From_MatrixTrans.cpp.


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