42 #ifndef TPETRA_DETAILS_TIEBREAK_HPP 43 #define TPETRA_DETAILS_TIEBREAK_HPP 48 #include <Teuchos_RCP.hpp> 66 template <
typename LocalOrdinal,
typename GlobalOrdinal>
126 const std::vector<std::pair<int, LocalOrdinal> >& pid_and_lid)
const = 0;
132 #endif // TPETRA_DETAILS_TIEBREAK_HPP Namespace Tpetra contains the class and methods constituting the Tpetra library.
Implementation details of Tpetra.
Representation of a global index on a process.
virtual std::size_t selectedIndex(GlobalOrdinal GID, const std::vector< std::pair< int, LocalOrdinal > > &pid_and_lid) const =0
Break any ties in ownership of the given global index GID.
virtual ~TieBreak()
Virtual destructor (for memory safety of derived classes).
virtual bool mayHaveSideEffects() const
Whether selectedIndex() may have side effects.