|
Tpetra Matrix/Vector Services
Version of the Day
|
Implementation of Directory for a distributed noncontiguous Map. More...
#include <Tpetra_DirectoryImpl_decl.hpp>

Public Member Functions | |
| DistributedNoncontiguousDirectory (const Teuchos::RCP< const map_type > &map) | |
| Constructor. | |
| LookupStatus | getEntries (const Teuchos::ArrayView< const GlobalOrdinal > &globalIDs, const Teuchos::ArrayView< int > &nodeIDs, const Teuchos::ArrayView< LocalOrdinal > &localIDs, const bool computeLIDs) const |
Implementation of Teuchos::Describable. | |
| std::string | description () const |
| A one-line human-readable description of this object. | |
Protected Member Functions | |
| LookupStatus | getEntriesImpl (const Teuchos::ArrayView< const GlobalOrdinal > &globalIDs, const Teuchos::ArrayView< int > &nodeIDs, const Teuchos::ArrayView< LocalOrdinal > &localIDs, const bool computeLIDs) const |
| Find process IDs and (optionally) local IDs for the given global IDs. | |
| Teuchos::RCP< const map_type > | getMap () const |
| Get the Map with which this object was created. | |
Implementation of Directory for a distributed noncontiguous Map.
Definition at line 199 of file Tpetra_DirectoryImpl_decl.hpp.
| Tpetra::Details::DistributedNoncontiguousDirectory< LO, GO, NT >::DistributedNoncontiguousDirectory | ( | const Teuchos::RCP< const map_type > & | map | ) |
Constructor.
Definition at line 277 of file Tpetra_DirectoryImpl_def.hpp.
| std::string Tpetra::Details::DistributedNoncontiguousDirectory< LO, GO, NT >::description | ( | ) | const |
A one-line human-readable description of this object.
Definition at line 417 of file Tpetra_DirectoryImpl_def.hpp.
| LookupStatus Tpetra::Details::DistributedNoncontiguousDirectory< LO, GO, NT >::getEntriesImpl | ( | const Teuchos::ArrayView< const GlobalOrdinal > & | globalIDs, |
| const Teuchos::ArrayView< int > & | nodeIDs, | ||
| const Teuchos::ArrayView< LocalOrdinal > & | localIDs, | ||
| const bool | computeLIDs | ||
| ) | const [protected, virtual] |
Find process IDs and (optionally) local IDs for the given global IDs.
Implements Tpetra::Details::Directory< LocalOrdinal, GlobalOrdinal, NodeType >.
Definition at line 430 of file Tpetra_DirectoryImpl_def.hpp.
| LookupStatus Tpetra::Details::Directory< LO, GO, NT >::getEntries | ( | const Teuchos::ArrayView< const GlobalOrdinal > & | globalIDs, |
| const Teuchos::ArrayView< int > & | nodeIDs, | ||
| const Teuchos::ArrayView< LocalOrdinal > & | localIDs, | ||
| const bool | computeLIDs | ||
| ) | const [inherited] |
Find process IDs and (optionally) local IDs for the given global IDs.
| globalIDs | [in] The global IDs for which to find process IDs (and optionally local IDs). |
| nodeIDs | [out] The process IDs corresponding to the given global IDs. If a global ID does not belong to any process, the corresponding entry of nodeIDs will be -1. |
| localIDs | [out] If computeLIDs is true, we fill this with the local IDs corresponding to the given global IDs. If a given global ID does not correspond to a local ID, the corresponding entry will be Teuchos::OrdinalTraits<LocalOrdinal>::invalid(). |
| computeLIDs | [in] Whether to fill in localIDs. |
Definition at line 61 of file Tpetra_DirectoryImpl_def.hpp.
| Teuchos::RCP<const map_type> Tpetra::Details::Directory< LocalOrdinal, GlobalOrdinal, NodeType >::getMap | ( | ) | const [inline, protected, inherited] |
Get the Map with which this object was created.
Definition at line 110 of file Tpetra_DirectoryImpl_decl.hpp.
1.7.6.1