10 #ifndef XPETRA_TPETRAMAP_DECL_HPP
11 #define XPETRA_TPETRAMAP_DECL_HPP
17 #include <Tpetra_Map.hpp>
26 template <
class LocalOrdinal,
class GlobalOrdinal,
class Node>
27 const RCP<Map<LocalOrdinal, GlobalOrdinal, Node> >
toXpetraNonConst(
const RCP<
const Tpetra::Map<LocalOrdinal, GlobalOrdinal, Node> > &map);
29 template <
class LocalOrdinal,
31 class Node = Tpetra::KokkosClassic::DefaultNode::DefaultNodeType>
33 :
public virtual Map<LocalOrdinal, GlobalOrdinal, Node> {
43 GlobalOrdinal indexBase,
44 const Teuchos::RCP<
const Teuchos::Comm<int> > &comm,
50 size_t numLocalElements,
51 GlobalOrdinal indexBase,
52 const Teuchos::RCP<
const Teuchos::Comm<int> > &comm);
57 const Teuchos::ArrayView<const GlobalOrdinal> &elementList,
58 GlobalOrdinal indexBase,
59 const Teuchos::RCP<
const Teuchos::Comm<int> > &comm);
61 #ifdef HAVE_XPETRA_TPETRA
64 const Kokkos::View<const GlobalOrdinal *, typename Node::device_type> &indexList,
65 GlobalOrdinal indexBase,
66 const Teuchos::RCP<
const Teuchos::Comm<int> > &comm);
109 LookupStatus getRemoteIndexList(
const Teuchos::ArrayView<const GlobalOrdinal> &GIDList,
const Teuchos::ArrayView<int> &nodeIDList,
const Teuchos::ArrayView<LocalOrdinal> &LIDList)
const;
149 Teuchos::RCP<const Teuchos::Comm<int> >
getComm()
const;
160 void describe(Teuchos::FancyOStream &out,
const Teuchos::EVerbosityLevel verbLevel = Teuchos::Describable::verbLevel_default)
const;
163 RCP<const Map<LocalOrdinal, GlobalOrdinal, Node> >
replaceCommWithSubset(
const Teuchos::RCP<
const Teuchos::Comm<int> > &newComm)
const;
171 TpetraMap(
const Teuchos::RCP<
const Tpetra::Map<LocalOrdinal, GlobalOrdinal, Node> > &map);
177 RCP<const Tpetra::Map<LocalOrdinal, GlobalOrdinal, Node> >
getTpetra_Map()
const;
179 #ifdef HAVE_XPETRA_TPETRA
188 RCP<const Tpetra::Map<LocalOrdinal, GlobalOrdinal, Node> >
map_;
192 template <
class LocalOrdinal,
class GlobalOrdinal,
class Node>
199 template <
class LocalOrdinal,
class GlobalOrdinal,
class Node>
202 if (map != Teuchos::null) {
204 return tpetraMap->getTpetra_Map();
206 return Teuchos::null;
211 template <
class LocalOrdinal,
class GlobalOrdinal,
class Node>
213 TEUCHOS_TEST_FOR_EXCEPTION(map.is_null(), std::invalid_argument,
"map must be nonzero");
216 return tpetraMap->getTpetra_Map();
219 template <
class LocalOrdinal,
class GlobalOrdinal,
class Node>
220 const RCP<const Map<LocalOrdinal, GlobalOrdinal, Node> >
toXpetra(
const RCP<
const Tpetra::Map<LocalOrdinal, GlobalOrdinal, Node> > &map) {
224 return Teuchos::null;
227 template <
class LocalOrdinal,
class GlobalOrdinal,
class Node>
228 const RCP<Map<LocalOrdinal, GlobalOrdinal, Node> >
toXpetraNonConst(
const RCP<
const Tpetra::Map<LocalOrdinal, GlobalOrdinal, Node> > &map) {
232 return Teuchos::null;
235 namespace useTpetra {
238 template <
class LocalOrdinal,
class GlobalOrdinal,
class Node>
239 Teuchos::RCP<const TpetraMap<LocalOrdinal, GlobalOrdinal, Node> >
247 template <
class LocalOrdinal,
class GlobalOrdinal>
248 Teuchos::RCP<const TpetraMap<LocalOrdinal, GlobalOrdinal, typename Tpetra::Map<>::node_type> >
252 return rcp(
new TpetraMap<LocalOrdinal, GlobalOrdinal,
typename Tpetra::Map<>::node_type>(
Tpetra::createContigMap<LocalOrdinal, GlobalOrdinal,
typename Tpetra::Map<>::node_type>(numElements, localNumElements, comm)));
256 template <
class LocalOrdinal,
class GlobalOrdinal,
class Node>
257 Teuchos::RCP<const TpetraMap<LocalOrdinal, GlobalOrdinal, Node> >
259 const Teuchos::RCP<
const Teuchos::Comm<int> > &comm) {
265 #define XPETRA_TPETRAMAP_SHORT
267 #endif // XPETRA_TPETRAMAP_DECL_HPP
std::string description() const
Return a simple one-line description of this object.
Tpetra::Map< LocalOrdinal, GlobalOrdinal, Node >::local_map_type local_map_type
bool isDistributed() const
Whether this Map is globally distributed or locally replicated.
GlobalOrdinal getMaxAllGlobalIndex() const
The maximum global index over all processes in the communicator.
bool isNodeLocalElement(LocalOrdinal localIndex) const
True if the local index is valid for this Map on this node, else false.
local_map_type getLocalMap() const
Get the local Map for Kokkos kernels.
void describe(Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel=Teuchos::Describable::verbLevel_default) const
Print this object with the given verbosity level to the given FancyOStream.
LookupStatus getRemoteIndexList(const Teuchos::ArrayView< const GlobalOrdinal > &GIDList, const Teuchos::ArrayView< int > &nodeIDList, const Teuchos::ArrayView< LocalOrdinal > &LIDList) const
Return the process IDs and corresponding local IDs for the given global IDs.
size_t getLocalNumElements() const
The number of elements belonging to the calling node.
virtual RCP< const Xpetra::Map< LocalOrdinal, GlobalOrdinal, Node > > getMap() const
LocalOrdinal getMinLocalIndex() const
The minimum local index.
Map< LocalOrdinal, GlobalOrdinal, Node >::global_indices_array_device_type global_indices_array_device_type
Teuchos::RCP< const TpetraMap< LocalOrdinal, GlobalOrdinal, Node > > createContigMapWithNode(global_size_t numElements, size_t localNumElements, const Teuchos::RCP< const Teuchos::Comm< int > > &comm)
Non-member function to create a (potentially) non-uniform, contiguous Map with a user-specified node...
global_indices_array_device_type getMyGlobalIndicesDevice() const
Return a view of the global indices owned by this process.
global_size_t getGlobalNumElements() const
The number of elements in this Map.
Teuchos::ArrayView< const GlobalOrdinal > getLocalElementList() const
Return a view of the global indices owned by this node.
bool isSameAs(const Map< LocalOrdinal, GlobalOrdinal, Node > &map) const
True if and only if map is identical to this Map.
const RCP< const Tpetra::Map< LocalOrdinal, GlobalOrdinal, Node > > toTpetraNonZero(const RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > &map)
RCP< const Tpetra::CrsGraph< LocalOrdinal, GlobalOrdinal, Node > > toTpetra(const RCP< const CrsGraph< LocalOrdinal, GlobalOrdinal, Node > > &graph)
Teuchos::RCP< const Teuchos::Comm< int > > getComm() const
Get this Map's Comm object.
bool isContiguous() const
True if this Map is distributed contiguously, else false.
RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > removeEmptyProcesses() const
Return a new Map with processes with zero elements removed.
size_t global_size_t
Global size_t object.
Teuchos::RCP< const TpetraMap< LocalOrdinal, GlobalOrdinal, Node > > createLocalMapWithNode(size_t numElements, const Teuchos::RCP< const Teuchos::Comm< int > > &comm)
Non-member function to create a locally replicated Map with a specified node.
GlobalOrdinal getIndexBase() const
The index base for this Map.
RCP< const Tpetra::Map< LocalOrdinal, GlobalOrdinal, Node > > getTpetra_Map() const
Get the underlying Tpetra map.
Kokkos::View< const global_ordinal_type *, typename Node::device_type > global_indices_array_device_type
#define XPETRA_RCP_DYNAMIC_CAST(type, obj, newObj, exceptionMsg)
GlobalOrdinal getGlobalElement(LocalOrdinal localIndex) const
The global index corresponding to the given local index.
GlobalOrdinal getMaxGlobalIndex() const
The maximum global index owned by the calling process.
LocalOrdinal getLocalElement(GlobalOrdinal globalIndex) const
The local index corresponding to the given global index.
UnderlyingLib lib() const
Get the library used by this object (Tpetra or Epetra?)
LocalOrdinal getMaxLocalIndex() const
The maximum local index on the calling process.
GlobalOrdinal getMinGlobalIndex() const
The minimum global index owned by the calling process.
bool isNodeGlobalElement(GlobalOrdinal globalIndex) const
True if the global index is found in this Map on this node, else false.
#define XPETRA_MONITOR(funcName)
Teuchos::RCP< const TpetraMap< LocalOrdinal, GlobalOrdinal, typename Tpetra::Map<>::node_type > > createContigMap(global_size_t numElements, size_t localNumElements, const Teuchos::RCP< const Teuchos::Comm< int > > &comm)
Non-member function to create a (potentially) non-uniform, contiguous Map with the default node...
bool isCompatible(const Map< LocalOrdinal, GlobalOrdinal, Node > &map) const
True if and only if map is compatible with this Map.
RCP< const Tpetra::Map< LocalOrdinal, GlobalOrdinal, Node > > map_
GlobalOrdinal getMinAllGlobalIndex() const
The minimum global index over all processes in the communicator.
RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > replaceCommWithSubset(const Teuchos::RCP< const Teuchos::Comm< int > > &newComm) const
Replace this Map's communicator with a subset communicator.
const RCP< Map< LocalOrdinal, GlobalOrdinal, Node > > toXpetraNonConst(const RCP< const Tpetra::Map< LocalOrdinal, GlobalOrdinal, Node > > &map)
TpetraMap(global_size_t numGlobalElements, GlobalOrdinal indexBase, const Teuchos::RCP< const Teuchos::Comm< int > > &comm, LocalGlobal lg=GloballyDistributed)
Constructor with Tpetra-defined contiguous uniform distribution.
RCP< const CrsGraph< int, GlobalOrdinal, Node > > toXpetra(const Epetra_CrsGraph &g)