#include <Xpetra_MapFactory.hpp>
Static Public Member Functions | |
| static Teuchos::RCP< Map < LocalOrdinal, GlobalOrdinal, Node > > | Build (UnderlyingLib lib, global_size_t numGlobalElements, GlobalOrdinal indexBase, const Teuchos::RCP< const Teuchos::Comm< int > > &comm, LocalGlobal lg=Xpetra::GloballyDistributed, const Teuchos::RCP< Node > &node=Kokkos::DefaultNode::getDefaultNode()) |
| Map constructor with Xpetra-defined contiguous uniform distribution. | |
| static Teuchos::RCP< Map < LocalOrdinal, GlobalOrdinal, Node > > | Build (UnderlyingLib lib, global_size_t numGlobalElements, size_t numLocalElements, GlobalOrdinal indexBase, const Teuchos::RCP< const Teuchos::Comm< int > > &comm, const Teuchos::RCP< Node > &node=Kokkos::DefaultNode::getDefaultNode()) |
| Map constructor with a user-defined contiguous distribution. | |
| static Teuchos::RCP< Map < LocalOrdinal, GlobalOrdinal, Node > > | Build (UnderlyingLib lib, global_size_t numGlobalElements, const Teuchos::ArrayView< const GlobalOrdinal > &elementList, GlobalOrdinal indexBase, const Teuchos::RCP< const Teuchos::Comm< int > > &comm, const Teuchos::RCP< Node > &node=Kokkos::DefaultNode::getDefaultNode()) |
| Map constructor with user-defined non-contiguous (arbitrary) distribution. | |
| static Teuchos::RCP< const Map < LocalOrdinal, GlobalOrdinal, Node > > | createLocalMap (UnderlyingLib lib, size_t numElements, const Teuchos::RCP< const Teuchos::Comm< int > > &comm) |
| Create a locally replicated Map with the default node. | |
| static Teuchos::RCP< const Map < LocalOrdinal, GlobalOrdinal, Node > > | createLocalMapWithNode (UnderlyingLib lib, size_t numElements, const Teuchos::RCP< const Teuchos::Comm< int > > &comm, const Teuchos::RCP< Node > &node) |
| Create a locally replicated Map with a specified node. | |
| static Teuchos::RCP< const Map < LocalOrdinal, GlobalOrdinal, Node > > | createUniformContigMapWithNode (UnderlyingLib lib, global_size_t numElements, const Teuchos::RCP< const Teuchos::Comm< int > > &comm, const Teuchos::RCP< Node > &node) |
| Create a uniform, contiguous Map with a user-specified node. | |
| static Teuchos::RCP< const Map < LocalOrdinal, GlobalOrdinal, Node > > | createUniformContigMap (UnderlyingLib lib, global_size_t numElements, const Teuchos::RCP< const Teuchos::Comm< int > > &comm) |
| Create a uniform, contiguous Map with the default node. | |
| static Teuchos::RCP< const Map < LocalOrdinal, GlobalOrdinal, Node > > | createContigMap (UnderlyingLib lib, global_size_t numElements, size_t localNumElements, const Teuchos::RCP< const Teuchos::Comm< int > > &comm) |
| Create a (potentially) non-uniform, contiguous Map with the default node. | |
| static Teuchos::RCP< const Map < LocalOrdinal, GlobalOrdinal, Node > > | createContigMapWithNode (UnderlyingLib lib, global_size_t numElements, size_t localNumElements, const Teuchos::RCP< const Teuchos::Comm< int > > &comm, const Teuchos::RCP< Node > &node) |
| Create a (potentially) non-uniform, contiguous Map with a user-specified node. | |
Private Member Functions | |
| MapFactory () | |
| Private constructor. This is a static class. | |
Definition at line 67 of file Xpetra_MapFactory.hpp.
| Xpetra::MapFactory< LocalOrdinal, GlobalOrdinal, Node >::MapFactory | ( | ) | [inline, private] |
Private constructor. This is a static class.
Definition at line 71 of file Xpetra_MapFactory.hpp.
| static Teuchos::RCP<Map<LocalOrdinal,GlobalOrdinal, Node> > Xpetra::MapFactory< LocalOrdinal, GlobalOrdinal, Node >::Build | ( | UnderlyingLib | lib, |
| global_size_t | numGlobalElements, | ||
| GlobalOrdinal | indexBase, | ||
| const Teuchos::RCP< const Teuchos::Comm< int > > & | comm, | ||
| LocalGlobal | lg = Xpetra::GloballyDistributed, |
||
| const Teuchos::RCP< Node > & | node = Kokkos::DefaultNode::getDefaultNode() |
||
| ) | [inline, static] |
Map constructor with Xpetra-defined contiguous uniform distribution.
Definition at line 76 of file Xpetra_MapFactory.hpp.
| static Teuchos::RCP<Map<LocalOrdinal,GlobalOrdinal, Node> > Xpetra::MapFactory< LocalOrdinal, GlobalOrdinal, Node >::Build | ( | UnderlyingLib | lib, |
| global_size_t | numGlobalElements, | ||
| size_t | numLocalElements, | ||
| GlobalOrdinal | indexBase, | ||
| const Teuchos::RCP< const Teuchos::Comm< int > > & | comm, | ||
| const Teuchos::RCP< Node > & | node = Kokkos::DefaultNode::getDefaultNode() |
||
| ) | [inline, static] |
Map constructor with a user-defined contiguous distribution.
Definition at line 89 of file Xpetra_MapFactory.hpp.
| static Teuchos::RCP<Map<LocalOrdinal,GlobalOrdinal, Node> > Xpetra::MapFactory< LocalOrdinal, GlobalOrdinal, Node >::Build | ( | UnderlyingLib | lib, |
| global_size_t | numGlobalElements, | ||
| const Teuchos::ArrayView< const GlobalOrdinal > & | elementList, | ||
| GlobalOrdinal | indexBase, | ||
| const Teuchos::RCP< const Teuchos::Comm< int > > & | comm, | ||
| const Teuchos::RCP< Node > & | node = Kokkos::DefaultNode::getDefaultNode() |
||
| ) | [inline, static] |
Map constructor with user-defined non-contiguous (arbitrary) distribution.
Definition at line 102 of file Xpetra_MapFactory.hpp.
| static Teuchos::RCP<const Map<LocalOrdinal,GlobalOrdinal, Node> > Xpetra::MapFactory< LocalOrdinal, GlobalOrdinal, Node >::createLocalMap | ( | UnderlyingLib | lib, |
| size_t | numElements, | ||
| const Teuchos::RCP< const Teuchos::Comm< int > > & | comm | ||
| ) | [inline, static] |
Create a locally replicated Map with the default node.
Definition at line 116 of file Xpetra_MapFactory.hpp.
| static Teuchos::RCP< const Map<LocalOrdinal,GlobalOrdinal, Node> > Xpetra::MapFactory< LocalOrdinal, GlobalOrdinal, Node >::createLocalMapWithNode | ( | UnderlyingLib | lib, |
| size_t | numElements, | ||
| const Teuchos::RCP< const Teuchos::Comm< int > > & | comm, | ||
| const Teuchos::RCP< Node > & | node | ||
| ) | [inline, static] |
Create a locally replicated Map with a specified node.
Definition at line 130 of file Xpetra_MapFactory.hpp.
| static Teuchos::RCP< const Map<LocalOrdinal,GlobalOrdinal, Node> > Xpetra::MapFactory< LocalOrdinal, GlobalOrdinal, Node >::createUniformContigMapWithNode | ( | UnderlyingLib | lib, |
| global_size_t | numElements, | ||
| const Teuchos::RCP< const Teuchos::Comm< int > > & | comm, | ||
| const Teuchos::RCP< Node > & | node | ||
| ) | [inline, static] |
Create a uniform, contiguous Map with a user-specified node.
Definition at line 144 of file Xpetra_MapFactory.hpp.
| static Teuchos::RCP< const Map<LocalOrdinal,GlobalOrdinal, Node> > Xpetra::MapFactory< LocalOrdinal, GlobalOrdinal, Node >::createUniformContigMap | ( | UnderlyingLib | lib, |
| global_size_t | numElements, | ||
| const Teuchos::RCP< const Teuchos::Comm< int > > & | comm | ||
| ) | [inline, static] |
Create a uniform, contiguous Map with the default node.
Definition at line 159 of file Xpetra_MapFactory.hpp.
| static Teuchos::RCP< const Map<LocalOrdinal,GlobalOrdinal, Node> > Xpetra::MapFactory< LocalOrdinal, GlobalOrdinal, Node >::createContigMap | ( | UnderlyingLib | lib, |
| global_size_t | numElements, | ||
| size_t | localNumElements, | ||
| const Teuchos::RCP< const Teuchos::Comm< int > > & | comm | ||
| ) | [inline, static] |
Create a (potentially) non-uniform, contiguous Map with the default node.
Definition at line 173 of file Xpetra_MapFactory.hpp.
| static Teuchos::RCP< const Map<LocalOrdinal,GlobalOrdinal, Node> > Xpetra::MapFactory< LocalOrdinal, GlobalOrdinal, Node >::createContigMapWithNode | ( | UnderlyingLib | lib, |
| global_size_t | numElements, | ||
| size_t | localNumElements, | ||
| const Teuchos::RCP< const Teuchos::Comm< int > > & | comm, | ||
| const Teuchos::RCP< Node > & | node | ||
| ) | [inline, static] |
Create a (potentially) non-uniform, contiguous Map with a user-specified node.
Definition at line 187 of file Xpetra_MapFactory.hpp.
1.7.6.1