|
EpetraExt Package Browser (Single Doxygen Collection)
Development
|
Go to the documentation of this file.
42 #ifndef EpetraExt_LINEARPROBLEM_GRAPHTRANS_H
43 #define EpetraExt_LINEARPROBLEM_GRAPHTRANS_H
123 #endif //EpetraExt_LINEARPROBLEM_GRAPHTRANS_H
LinearProblem_GraphTrans(StructuralSameTypeTransform< Epetra_CrsGraph > &graph_trans)
EpetraExt::LinearProblem_GraphTrans Constructor.
Epetra_LinearProblem * NewProblem_
NewTypeRef operator()(OriginalTypeRef orig)
Constructs an Epetra_LinearProblem from the original using the same row transformation given by the E...
Epetra_CrsMatrix * OldMatrix_
bool fwd()
Forward migration of data from original to transformed object.
Epetra_Import * Importer_
Epetra_MultiVector * NewLHS_
Epetra_CrsGraph * OldGraph_
Epetra_Export * MatExporter_
~LinearProblem_GraphTrans()
EpetraExt::LinearProblem_GraphTrans Destructor.
Epetra_MultiVector * OldRHS_
Epetra_MultiVector * OldLHS_
EpetraExt::LinearProblem_GraphTrans: Adaptation of a Epetra_CrsGraph Transform to a Epetra_LinearProb...
Epetra_Export * VecExporter_
StructuralSameTypeTransform< Epetra_CrsGraph > & graphTrans_
Epetra_LinearProblem * OldProblem_
bool rvs()
Reverse migration of data from transformed to original object.
Epetra_MultiVector * NewRHS_
Epetra_CrsMatrix * NewMatrix_
EpetraExt::BlockCrsMatrix: A class for constructing a distributed block matrix.