Tpetra parallel linear algebra
Version of the Day
|
Struct that holds views of the contents of a BlockCrsMatrix. 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< BlockCrsMatrix < Scalar, LocalOrdinal, GlobalOrdinal, Node > > | importMatrix |
The imported matrix. More... | |
Teuchos::RCP< const BlockCrsMatrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > > | origMatrix |
The original matrix. More... | |
const LocalOrdinal | blocksize |
The blocksize of all matrices. More... | |
Struct that holds views of the contents of a BlockCrsMatrix.
These contents may be a mixture of local and remote rows of the actual matrix.
Definition at line 73 of file TpetraExt_MMHelpers_decl.hpp.
Teuchos::RCP<const map_type> Tpetra::BlockCrsMatrixStruct< Scalar, LocalOrdinal, GlobalOrdinal, Node >::origRowMap |
Original row map of matrix.
Definition at line 85 of file TpetraExt_MMHelpers_decl.hpp.
Teuchos::RCP<const map_type> Tpetra::BlockCrsMatrixStruct< Scalar, LocalOrdinal, GlobalOrdinal, Node >::rowMap |
Desired row map for "imported" version of the matrix.
Definition at line 87 of file TpetraExt_MMHelpers_decl.hpp.
Teuchos::RCP<const map_type> Tpetra::BlockCrsMatrixStruct< Scalar, LocalOrdinal, GlobalOrdinal, Node >::colMap |
Col map for the original version of the matrix.
Definition at line 89 of file TpetraExt_MMHelpers_decl.hpp.
Teuchos::RCP<const map_type> Tpetra::BlockCrsMatrixStruct< Scalar, LocalOrdinal, GlobalOrdinal, Node >::domainMap |
Domain map for original matrix.
Definition at line 91 of file TpetraExt_MMHelpers_decl.hpp.
Teuchos::RCP<const map_type> Tpetra::BlockCrsMatrixStruct< Scalar, LocalOrdinal, GlobalOrdinal, Node >::importColMap |
Colmap garnered as a result of the import.
Definition at line 93 of file TpetraExt_MMHelpers_decl.hpp.
Teuchos::RCP<BlockCrsMatrix<Scalar, LocalOrdinal, GlobalOrdinal, Node> > Tpetra::BlockCrsMatrixStruct< Scalar, LocalOrdinal, GlobalOrdinal, Node >::importMatrix |
The imported matrix.
Definition at line 95 of file TpetraExt_MMHelpers_decl.hpp.
Teuchos::RCP<const BlockCrsMatrix<Scalar, LocalOrdinal, GlobalOrdinal, Node> > Tpetra::BlockCrsMatrixStruct< Scalar, LocalOrdinal, GlobalOrdinal, Node >::origMatrix |
The original matrix.
Definition at line 97 of file TpetraExt_MMHelpers_decl.hpp.
const LocalOrdinal Tpetra::BlockCrsMatrixStruct< Scalar, LocalOrdinal, GlobalOrdinal, Node >::blocksize |
The blocksize of all matrices.
Definition at line 99 of file TpetraExt_MMHelpers_decl.hpp.