|
Xpetra Version of the Day
|
#include <Tpetra_KokkosCompat_DefaultNode.hpp>#include "Xpetra_ConfigDefs.hpp"#include "Xpetra_Exceptions.hpp"#include "Xpetra_MapUtils.hpp"#include "Xpetra_BlockedMultiVector.hpp"#include "Xpetra_ReorderedBlockedMultiVector.hpp"#include "Xpetra_CrsMatrixWrap.hpp"#include "Xpetra_BlockedCrsMatrix.hpp"#include "Xpetra_UseShortNames.hpp"Go to the source code of this file.
Namespaces | |
| namespace | Xpetra |
| Xpetra namespace | |
| namespace | Xpetra::ReorderedBlockedCrsMatrix::Xpetra |
| Xpetra namespace | |
| namespace | Xpetra::ReorderedBlockedCrsMatrix::XpetraExamples |
| Namespace for Xpetra example classes and methods. | |
Macros | |
| #define | XPETRA_CONFIGDEFS_HPP |
| #define | __cplusplus |
| #define | XPETRA_THROWS_EFFICIENCY_WARNINGS 0 |
| #define | XPETRA_PRINTS_EFFICIENCY_WARNINGS 0 |
| #define | XPETRA_THROWS_ABUSE_WARNINGS 0 |
| #define | XPETRA_PRINTS_ABUSE_WARNINGS 0 |
| #define | XPETRA_MONITOR(funcName) |
| #define | XPETRA_TEST_FOR_EXCEPTION(throw_exception_test, Exception, msg) |
| #define | XPETRA_ERR_CHECK(arg) |
| #define | XPETRA_REORDEREDBLOCKEDCRSMATRIX_SHORT |
Typedefs | |
| typedef Teuchos_Ordinal | Xpetra::ReorderedBlockedCrsMatrix::Xpetra::Array_size_type |
| Size type for Teuchos Array objects. | |
| typedef size_t | Xpetra::ReorderedBlockedCrsMatrix::Xpetra::global_size_t |
| Global size_t object. | |
Functions | |
| template<class Scalar, class LocalOrdinal, class GlobalOrdinal, class Node> | |
| Teuchos::RCP< const Xpetra::Map< LocalOrdinal, GlobalOrdinal, Node > > | Xpetra::mergeSubBlockMaps (Teuchos::RCP< const Xpetra::BlockReorderManager > brm, Teuchos::RCP< const Xpetra::BlockedCrsMatrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > > bmat, bool bThyraMode) |
| template<class Scalar, class LocalOrdinal, class GlobalOrdinal, class Node> | |
| Teuchos::RCP< const Xpetra::Matrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > > | Xpetra::mergeSubBlocks (Teuchos::RCP< const Xpetra::BlockReorderManager > rowMgr, Teuchos::RCP< const Xpetra::BlockReorderManager > colMgr, Teuchos::RCP< const Xpetra::BlockedCrsMatrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > > bmat) |
| template<class Scalar, class LocalOrdinal, class GlobalOrdinal, class Node> | |
| Teuchos::RCP< const Xpetra::Matrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > > | Xpetra::mergeSubBlocksThyra (Teuchos::RCP< const Xpetra::BlockReorderManager > rowMgr, Teuchos::RCP< const Xpetra::BlockReorderManager > colMgr, Teuchos::RCP< const Xpetra::BlockedCrsMatrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > > bmat) |
| template<class Scalar, class LocalOrdinal, class GlobalOrdinal, class Node> | |
| Teuchos::RCP< const Xpetra::Matrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > > | Xpetra::buildReorderedBlockedCrsMatrix (Teuchos::RCP< const Xpetra::BlockReorderManager > brm, Teuchos::RCP< const Xpetra::BlockedCrsMatrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > > bmat) |
| TEUCHOS_DEPRECATED RCP< T > | Xpetra::ReorderedBlockedCrsMatrix::Xpetra::rcp (T *p, Dealloc_T dealloc, bool owns_mem) |
| std::string | Xpetra::ReorderedBlockedCrsMatrix::Xpetra::typeName (const T &t) |
Declarations for the class Xpetra::ReorderedBlockedCrsMatrix.
Definition in file Xpetra_ReorderedBlockedCrsMatrix.hpp.
| #define XPETRA_CONFIGDEFS_HPP |
| #define __cplusplus |
| #define XPETRA_THROWS_EFFICIENCY_WARNINGS 0 |
| #define XPETRA_PRINTS_EFFICIENCY_WARNINGS 0 |
| #define XPETRA_THROWS_ABUSE_WARNINGS 0 |
| #define XPETRA_PRINTS_ABUSE_WARNINGS 0 |
| #define XPETRA_MONITOR | ( | funcName | ) |
| #define XPETRA_TEST_FOR_EXCEPTION | ( | throw_exception_test, | |
| Exception, | |||
| msg ) |
| #define XPETRA_ERR_CHECK | ( | arg | ) |
| #define XPETRA_REORDEREDBLOCKEDCRSMATRIX_SHORT |
Definition at line 603 of file Xpetra_ReorderedBlockedCrsMatrix.hpp.