#include <EpetraExt_LPTrans_From_GraphTrans.h>
Inheritance diagram for EpetraExt::LinearProblem_GraphTrans:

Public Member Functions | |
| ~LinearProblem_GraphTrans () | |
| EpetraExt::LinearProblem_GraphTrans Destructor. | |
| LinearProblem_GraphTrans (StructuralSameTypeTransform< Epetra_CrsGraph > &graph_trans) | |
| EpetraExt::LinearProblem_GraphTrans Constructor. | |
| NewTypeRef | operator() (OriginalTypeRef orig) |
| Constructs an Epetra_LinearProblem from the original using the same row transformation given by the Epetra_CrsGraph Transform. | |
| bool | fwd () |
| Forward migration of data from original to transformed object. | |
| bool | rvs () |
| Reverse migration of data from transformed to original object. | |
Definition at line 45 of file EpetraExt_LPTrans_From_GraphTrans.h.
|
|
EpetraExt::LinearProblem_GraphTrans Destructor.
Definition at line 45 of file EpetraExt_LPTrans_From_GraphTrans.cpp. |
|
|
EpetraExt::LinearProblem_GraphTrans Constructor. Constructs a LinearProblem Transform based on the input CrsGraph Transform
Definition at line 75 of file EpetraExt_LPTrans_From_GraphTrans.h. |
|
|
Constructs an Epetra_LinearProblem from the original using the same row transformation given by the Epetra_CrsGraph Transform.
Implements EpetraExt::Transform< T, U >. Definition at line 59 of file EpetraExt_LPTrans_From_GraphTrans.cpp. |
|
|
Forward migration of data from original to transformed object.
Implements EpetraExt::Transform< T, U >. Definition at line 94 of file EpetraExt_LPTrans_From_GraphTrans.cpp. |
|
|
Reverse migration of data from transformed to original object.
Implements EpetraExt::Transform< T, U >. Definition at line 105 of file EpetraExt_LPTrans_From_GraphTrans.cpp. |
1.3.9.1