#include <EpetraExt_LPTrans_From_GraphTrans.h>
Collaboration 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. | |
|
|
EpetraExt::LinearProblem_GraphTrans Constructor. Constructs a LinearProblem Transform based on the input CrsGraph Transform
|
|
|
Constructs an Epetra_LinearProblem from the original using the same row transformation given by the Epetra_CrsGraph Transform.
|
1.3.9.1