Tpetra parallel linear algebra
Version of the Day
|
Struct that holds views of the contents of a CrsMatrix. More...
#include <TpetraExt_MMHelpers_decl.hpp>
Public Attributes | |
Teuchos::RCP< const map_type > | origRowMap |
Original row map of matrix. More... | |
Teuchos::RCP< const map_type > | rowMap |
Desired row map for "imported" version of the matrix. More... | |
Teuchos::RCP< const map_type > | colMap |
Col map for the original version of the matrix. More... | |
Teuchos::RCP< const map_type > | domainMap |
Domain map for original matrix. More... | |
Teuchos::RCP< const map_type > | importColMap |
Colmap garnered as a result of the import. More... | |
Teuchos::RCP< CrsMatrix < Scalar, LocalOrdinal, GlobalOrdinal, Node > > | importMatrix |
The imported matrix. More... | |
Teuchos::RCP< const CrsMatrix < Scalar, LocalOrdinal, GlobalOrdinal, Node > > | origMatrix |
The original matrix. More... | |
Struct that holds views of the contents of a CrsMatrix.
These contents may be a mixture of local and remote rows of the actual matrix.
Definition at line 68 of file TpetraExt_MMHelpers_decl.hpp.
Teuchos::RCP<const map_type> Tpetra::CrsMatrixStruct< Scalar, LocalOrdinal, GlobalOrdinal, Node >::origRowMap |
Original row map of matrix.
Definition at line 80 of file TpetraExt_MMHelpers_decl.hpp.
Teuchos::RCP<const map_type> Tpetra::CrsMatrixStruct< Scalar, LocalOrdinal, GlobalOrdinal, Node >::rowMap |
Desired row map for "imported" version of the matrix.
Definition at line 82 of file TpetraExt_MMHelpers_decl.hpp.
Teuchos::RCP<const map_type> Tpetra::CrsMatrixStruct< Scalar, LocalOrdinal, GlobalOrdinal, Node >::colMap |
Col map for the original version of the matrix.
Definition at line 84 of file TpetraExt_MMHelpers_decl.hpp.
Teuchos::RCP<const map_type> Tpetra::CrsMatrixStruct< Scalar, LocalOrdinal, GlobalOrdinal, Node >::domainMap |
Domain map for original matrix.
Definition at line 86 of file TpetraExt_MMHelpers_decl.hpp.
Teuchos::RCP<const map_type> Tpetra::CrsMatrixStruct< Scalar, LocalOrdinal, GlobalOrdinal, Node >::importColMap |
Colmap garnered as a result of the import.
Definition at line 88 of file TpetraExt_MMHelpers_decl.hpp.
Teuchos::RCP<CrsMatrix<Scalar, LocalOrdinal, GlobalOrdinal, Node> > Tpetra::CrsMatrixStruct< Scalar, LocalOrdinal, GlobalOrdinal, Node >::importMatrix |
The imported matrix.
Definition at line 90 of file TpetraExt_MMHelpers_decl.hpp.
Teuchos::RCP<const CrsMatrix<Scalar, LocalOrdinal, GlobalOrdinal, Node> > Tpetra::CrsMatrixStruct< Scalar, LocalOrdinal, GlobalOrdinal, Node >::origMatrix |
The original matrix.
Definition at line 92 of file TpetraExt_MMHelpers_decl.hpp.