#include <Xpetra_StridedMapFactory_fwd.hpp>
|
static RCP< StridedMap > | Build (UnderlyingLib lib, global_size_t numGlobalElements, GlobalOrdinal indexBase, std::vector< size_t > &stridingInfo, const Teuchos::RCP< const Teuchos::Comm< int > > &comm, LocalOrdinal stridedBlockId=-1, GlobalOrdinal offset=0, LocalGlobal lg=Xpetra::GloballyDistributed) |
| Map constructor with Xpetra-defined contiguous uniform distribution. More...
|
|
static RCP< StridedMap > | Build (UnderlyingLib lib, global_size_t numGlobalElements, size_t numLocalElements, GlobalOrdinal indexBase, std::vector< size_t > &stridingInfo, const Teuchos::RCP< const Teuchos::Comm< int > > &comm, LocalOrdinal stridedBlockId=-1, GlobalOrdinal offset=0) |
| Map constructor with a user-defined contiguous distribution. More...
|
|
static RCP< StridedMap > | Build (const RCP< const Map > &map, std::vector< size_t > &stridingInfo, LocalOrdinal stridedBlockId=-1, GlobalOrdinal offset=0) |
|
static RCP< StridedMap > | Build (const RCP< const StridedMap > &map, LocalOrdinal stridedBlockId) |
|
static RCP< StridedMap > | Build (const StridedMap &map) |
| Create copy of existing map (this just creates a copy of your map, it's not a clone in the sense of Tpetra) More...
|
|
static RCP< StridedMap > | Build (UnderlyingLib lib, global_size_t numGlobalElements, const Teuchos::ArrayView< const GlobalOrdinal > &elementList, GlobalOrdinal indexBase, std::vector< size_t > &stridingInfo, const Teuchos::RCP< const Teuchos::Comm< int > > &comm, LocalOrdinal stridedBlockId=-1, GlobalOrdinal=0) |
| Map constructor with a user-defined contiguous distribution. (for experts only. There is no special check whether the generated strided maps are valid) More...
|
|
template<class LocalOrdinal, class GlobalOrdinal, class Node>
class Xpetra::StridedMapFactory< LocalOrdinal, GlobalOrdinal, Node >
Definition at line 51 of file Xpetra_StridedMapFactory_fwd.hpp.
template<class LocalOrdinal , class GlobalOrdinal , class Node >
template<class LocalOrdinal , class GlobalOrdinal , class Node >
template<class LocalOrdinal , class GlobalOrdinal , class Node >
template<class LocalOrdinal , class GlobalOrdinal , class Node >
static RCP<StridedMap> Xpetra::StridedMapFactory< LocalOrdinal, GlobalOrdinal, Node >::Build |
( |
const RCP< const Map > & |
map, |
|
|
std::vector< size_t > & |
stridingInfo, |
|
|
LocalOrdinal |
stridedBlockId = -1 , |
|
|
GlobalOrdinal |
offset = 0 |
|
) |
| |
|
inlinestatic |
template<class LocalOrdinal , class GlobalOrdinal , class Node >
template<class LocalOrdinal , class GlobalOrdinal , class Node >
Create copy of existing map (this just creates a copy of your map, it's not a clone in the sense of Tpetra)
Definition at line 152 of file Xpetra_StridedMapFactory.hpp.
template<class LocalOrdinal , class GlobalOrdinal , class Node >
Map constructor with a user-defined contiguous distribution. (for experts only. There is no special check whether the generated strided maps are valid)
Definition at line 186 of file Xpetra_StridedMapFactory.hpp.
The documentation for this class was generated from the following files: