|
EpetraExt Development
|
Adaptation of an Epetra_CrsMatrix Transform to a Epetra_LinearProblem Transform. More...
#include <EpetraExt_LPTrans_From_MatrixTrans.h>

Public Member Functions | |
| ~LinearProblem_MatrixTrans () | |
| Destructor. | |
| LinearProblem_MatrixTrans (SameTypeTransform< Epetra_CrsMatrix > &matrix_trans) | |
| Constructor. | |
| NewTypeRef | operator() (OriginalTypeRef orig) |
| Transform Operator. | |
| bool | fwd () |
| Forward Data Migration. | |
| bool | rvs () |
| Reverse Data Migration. | |
| Public Member Functions inherited from EpetraExt::SameTypeTransform< Epetra_LinearProblem > | |
| 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. | |
| 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::SameTypeTransform< Epetra_LinearProblem > | |
| typedef Epetra_LinearProblem | TransformType |
| typedef Epetra_LinearProblem * | TransformTypePtr |
| typedef Epetra_LinearProblem & | TransformTypeRef |
| typedef Epetra_LinearProblem | OriginalType |
| typedef Epetra_LinearProblem * | OriginalTypePtr |
| typedef Teuchos::RCP< Epetra_LinearProblem > | OriginalTypeRCP |
| typedef Epetra_LinearProblem & | OriginalTypeRef |
| typedef Epetra_LinearProblem | NewType |
| typedef Epetra_LinearProblem * | NewTypePtr |
| typedef Teuchos::RCP< Epetra_LinearProblem > | NewTypeRCP |
| typedef Epetra_LinearProblem & | NewTypeRef |
| Transform () | |
| Default constructor, protected to allow only derived classes to use. | |
| OriginalTypePtr | origObj_ |
| NewTypePtr | newObj_ |
Adaptation of an Epetra_CrsMatrix Transform to a Epetra_LinearProblem Transform.
Definition at line 64 of file EpetraExt_LPTrans_From_MatrixTrans.h.
| EpetraExt::LinearProblem_MatrixTrans::~LinearProblem_MatrixTrans | ( | ) |
Destructor.
Definition at line 57 of file EpetraExt_LPTrans_From_MatrixTrans.cpp.
|
inline |
Constructor.
Definition at line 88 of file EpetraExt_LPTrans_From_MatrixTrans.h.
| LinearProblem_MatrixTrans::NewTypeRef EpetraExt::LinearProblem_MatrixTrans::operator() | ( | OriginalTypeRef | orig | ) |
Transform Operator.
Constructs a Epetra_LinearProblem
Definition at line 69 of file EpetraExt_LPTrans_From_MatrixTrans.cpp.
|
virtual |
Forward Data Migration.
Implements EpetraExt::Transform< Epetra_LinearProblem, Epetra_LinearProblem >.
Definition at line 101 of file EpetraExt_LPTrans_From_MatrixTrans.cpp.
|
virtual |
Reverse Data Migration.
Implements EpetraExt::Transform< Epetra_LinearProblem, Epetra_LinearProblem >.
Definition at line 112 of file EpetraExt_LPTrans_From_MatrixTrans.cpp.