42 #ifndef EpetraExt_LINEARPROBLEM_GRAPHTRANS_H
43 #define EpetraExt_LINEARPROBLEM_GRAPHTRANS_H
45 #if defined(EpetraExt_SHOW_DEPRECATED_WARNINGS)
47 #warning "The EpetraExt package is deprecated"
129 #endif //EpetraExt_LINEARPROBLEM_GRAPHTRANS_H
NewTypeRef operator()(OriginalTypeRef orig)
Constructs an Epetra_LinearProblem from the original using the same row transformation given by the E...
Epetra_LinearProblem * NewProblem_
StructuralSameTypeTransform< Epetra_CrsGraph > & graphTrans_
bool fwd()
Forward migration of data from original to transformed object.
Epetra_MultiVector * NewRHS_
Epetra_LinearProblem * OldProblem_
Epetra_CrsMatrix * NewMatrix_
Epetra_CrsMatrix * OldMatrix_
EpetraExt::LinearProblem_GraphTrans: Adaptation of a Epetra_CrsGraph Transform to a Epetra_LinearProb...
Epetra_Export * VecExporter_
Epetra_MultiVector * OldRHS_
Epetra_Export * MatExporter_
LinearProblem_GraphTrans(StructuralSameTypeTransform< Epetra_CrsGraph > &graph_trans)
EpetraExt::LinearProblem_GraphTrans Constructor.
Epetra_Import * Importer_
Epetra_CrsGraph * OldGraph_
Epetra_MultiVector * NewLHS_
Epetra_MultiVector * OldLHS_
bool rvs()
Reverse migration of data from transformed to original object.
~LinearProblem_GraphTrans()
EpetraExt::LinearProblem_GraphTrans Destructor.