#include <Xpetra_ImportUtils.hpp>
|
| void | getPidGidPairs (const Import< LocalOrdinal, GlobalOrdinal, Node > &Importer, Teuchos::Array< std::pair< int, GlobalOrdinal > > &gpids, bool use_minus_one_for_local) |
| |
| void | getPids (const Import< LocalOrdinal, GlobalOrdinal, Node > &Importer, Teuchos::Array< int > &pids, bool use_minus_one_for_local) |
| | Like getPidGidPairs, but just gets the PIDs, ordered by the column Map.
|
| |
| void | getPids (const Import< LocalOrdinal, GlobalOrdinal, Node > &Importer, Teuchos::ArrayView< int > &pids, bool use_minus_one_for_local) |
| | Like getPidGidPairs, but just gets the PIDs, ordered by the column Map.
|
| |
| void | getRemotePIDs (const Import< LocalOrdinal, GlobalOrdinal, Node > &Importer, Teuchos::Array< int > &RemotePIDs) |
| | Get a list of remote PIDs from an importer in the order corresponding to the remote LIDs.
|
| |
Definition at line 127 of file Xpetra_ImportUtils.hpp.
◆ LocalOrdinal
◆ GlobalOrdinal
◆ Node
◆ getPidGidPairs()
◆ getPids() [1/2]
◆ getPids() [2/2]
◆ getRemotePIDs()
Get a list of remote PIDs from an importer in the order corresponding to the remote LIDs.
Definition at line 190 of file Xpetra_ImportUtils.hpp.
The documentation for this class was generated from the following file: