|
| static RCP< Map< LocalOrdinal, GlobalOrdinal, Node > > | Build (UnderlyingLib lib, global_size_t numGlobalElements, int indexBase, const Teuchos::RCP< const Teuchos::Comm< int > > &comm, LocalGlobal lg=GloballyDistributed) |
| |
| static RCP< Map< LocalOrdinal, GlobalOrdinal, Node > > | Build (UnderlyingLib lib, global_size_t numGlobalElements, size_t numLocalElements, int indexBase, const Teuchos::RCP< const Teuchos::Comm< int > > &comm) |
| |
| static RCP< Map< LocalOrdinal, GlobalOrdinal, Node > > | Build (UnderlyingLib lib, global_size_t numGlobalElements, const Teuchos::ArrayView< const GlobalOrdinal > &elementList, int indexBase, const Teuchos::RCP< const Teuchos::Comm< int > > &comm) |
| |
| static Teuchos::RCP< Map< LocalOrdinal, GlobalOrdinal, Node > > | Build (const Teuchos::RCP< const Xpetra::Map< LocalOrdinal, GlobalOrdinal, Node > > &map, const LocalOrdinal numDofPerNode, const GlobalOrdinal gidOffset=Teuchos::ScalarTraits< GlobalOrdinal >::zero()) |
| | Map constructor transforming degrees of freedom for numDofPerNode.
|
| |
| static Teuchos::RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > | createLocalMap (UnderlyingLib lib, size_t numElements, const Teuchos::RCP< const Teuchos::Comm< int > > &comm) |
| |
| static Teuchos::RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > | createLocalMapWithNode (UnderlyingLib lib, size_t numElements, const Teuchos::RCP< const Teuchos::Comm< int > > &comm) |
| |
| static Teuchos::RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > | createUniformContigMapWithNode (UnderlyingLib lib, global_size_t numElements, const Teuchos::RCP< const Teuchos::Comm< int > > &comm) |
| |
| static Teuchos::RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > | createUniformContigMap (UnderlyingLib lib, global_size_t numElements, const Teuchos::RCP< const Teuchos::Comm< int > > &comm) |
| |
| 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) |
| |
| 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) |
| |
| static Teuchos::RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > | copyMapWithNewComm (const Teuchos::RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > &oldmap, const Teuchos::RCP< const Teuchos::Comm< int > > &newComm) |
| |
| static Teuchos::RCP< Map< int, int, EpetraNode > > | Build (UnderlyingLib lib, global_size_t numGlobalElements, int indexBase, const Teuchos::RCP< const Teuchos::Comm< int > > &comm, LocalGlobal lg=Xpetra::GloballyDistributed) |
| | Map constructor with Xpetra-defined contiguous uniform distribution.
|
| |
| static Teuchos::RCP< Map< int, int, EpetraNode > > | Build (UnderlyingLib lib, global_size_t numGlobalElements, size_t numLocalElements, int indexBase, const Teuchos::RCP< const Teuchos::Comm< int > > &comm) |
| | Map constructor with a user-defined contiguous distribution.
|
| |
| static Teuchos::RCP< Map< int, int, EpetraNode > > | Build (UnderlyingLib lib, global_size_t numGlobalElements, const Teuchos::ArrayView< const int > &elementList, int indexBase, const Teuchos::RCP< const Teuchos::Comm< int > > &comm) |
| | Map constructor with user-defined non-contiguous (arbitrary) distribution.
|
| |
| static Teuchos::RCP< Map< int, int, EpetraNode > > | Build (const Teuchos::RCP< const Xpetra::Map< int, int, EpetraNode > > &nodeMap, const int numDofPerNode, const int gidOffset=Teuchos::ScalarTraits< int >::zero()) |
| | Map constructor generating degrees of freedom with numDofPerNode for given nodeMap.
|
| |
| static Teuchos::RCP< Map< int, int, EpetraNode > > | Build (UnderlyingLib lib, global_size_t numGlobalElements, const Kokkos::View< const int *, typename EpetraNode::device_type > &indexList, int indexBase, const Teuchos::RCP< const Teuchos::Comm< int > > &comm) |
| |
| static Teuchos::RCP< const Map< int, int, EpetraNode > > | 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< int, int, EpetraNode > > | createLocalMapWithNode (UnderlyingLib lib, size_t numElements, const Teuchos::RCP< const Teuchos::Comm< int > > &comm) |
| | Create a locally replicated Map with a specified node.
|
| |
| static Teuchos::RCP< const Map< int, int, EpetraNode > > | createUniformContigMapWithNode (UnderlyingLib lib, global_size_t numElements, const Teuchos::RCP< const Teuchos::Comm< int > > &comm) |
| | Create a uniform, contiguous Map with a user-specified node.
|
| |
| static Teuchos::RCP< const Map< int, int, EpetraNode > > | 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< int, int, EpetraNode > > | 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< int, int, EpetraNode > > | createContigMapWithNode (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 a user-specified node.
|
| |
| static Teuchos::RCP< const Map< int, int, EpetraNode > > | copyMapWithNewComm (const Teuchos::RCP< const Map< int, int, EpetraNode > > &oldmap, const Teuchos::RCP< const Teuchos::Comm< int > > &newComm) |
| | Create a copy of the map, only using the new Comm object if the Comm would be valid.
|
| |
X P E T R A E P E T R A S P E C I A L I Z A T I O N.
Definition at line 208 of file Xpetra_MapFactory_decl.hpp.