#include <Xpetra_MapFactory.hpp>
Static Public Member Functions | |
| static Teuchos::RCP< Node > | defaultArgNode () |
| 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, const Teuchos::RCP< Node > &node=defaultArgNode()) |
| 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, const Teuchos::RCP< Node > &node=defaultArgNode()) |
| 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, const Teuchos::RCP< Node > &node=defaultArgNode()) |
| static Teuchos::RCP< Map < LocalOrdinal, GlobalOrdinal, Node > > | Build (const Teuchos::RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > &map, LocalOrdinal numDofPerNode) |
| Map constructor transforming degrees of freedom. | |
| 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, const Teuchos::RCP< Node > &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) |
| 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, const Teuchos::RCP< Node > &node) |
Private Types | |
| typedef int | LocalOrdinal |
| typedef int | GlobalOrdinal |
| typedef Map< int, GlobalOrdinal >::node_type | Node |
Private Member Functions | |
| MapFactory () | |
| Private constructor. This is a static class. | |
Definition at line 279 of file Xpetra_MapFactory.hpp.
typedef int Xpetra::MapFactory< int, int >::LocalOrdinal [private] |
Definition at line 281 of file Xpetra_MapFactory.hpp.
typedef int Xpetra::MapFactory< int, int >::GlobalOrdinal [private] |
Definition at line 282 of file Xpetra_MapFactory.hpp.
typedef Map<int, GlobalOrdinal>::node_type Xpetra::MapFactory< int, int >::Node [private] |
Definition at line 283 of file Xpetra_MapFactory.hpp.
| Xpetra::MapFactory< int, int >::MapFactory | ( | ) | [inline, private] |
Private constructor. This is a static class.
Definition at line 287 of file Xpetra_MapFactory.hpp.
| static Teuchos::RCP<Node> Xpetra::MapFactory< int, int >::defaultArgNode | ( | ) | [inline, static] |
Definition at line 291 of file Xpetra_MapFactory.hpp.
| static RCP<Map<LocalOrdinal,GlobalOrdinal, Node> > Xpetra::MapFactory< int, int >::Build | ( | UnderlyingLib | lib, |
| global_size_t | numGlobalElements, | ||
| int | indexBase, | ||
| const Teuchos::RCP< const Teuchos::Comm< int > > & | comm, | ||
| LocalGlobal | lg = GloballyDistributed, |
||
| const Teuchos::RCP< Node > & | node = defaultArgNode () |
||
| ) | [inline, static] |
Definition at line 303 of file Xpetra_MapFactory.hpp.
| static RCP<Map<LocalOrdinal,GlobalOrdinal, Node> > Xpetra::MapFactory< int, int >::Build | ( | UnderlyingLib | lib, |
| global_size_t | numGlobalElements, | ||
| size_t | numLocalElements, | ||
| int | indexBase, | ||
| const Teuchos::RCP< const Teuchos::Comm< int > > & | comm, | ||
| const Teuchos::RCP< Node > & | node = defaultArgNode() |
||
| ) | [inline, static] |
Definition at line 327 of file Xpetra_MapFactory.hpp.
| static RCP<Map<LocalOrdinal,GlobalOrdinal, Node> > Xpetra::MapFactory< int, int >::Build | ( | UnderlyingLib | lib, |
| global_size_t | numGlobalElements, | ||
| const Teuchos::ArrayView< const GlobalOrdinal > & | elementList, | ||
| int | indexBase, | ||
| const Teuchos::RCP< const Teuchos::Comm< int > > & | comm, | ||
| const Teuchos::RCP< Node > & | node = defaultArgNode () |
||
| ) | [inline, static] |
Definition at line 351 of file Xpetra_MapFactory.hpp.
| static Teuchos::RCP<Map<LocalOrdinal,GlobalOrdinal, Node> > Xpetra::MapFactory< int, int >::Build | ( | const Teuchos::RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > & | map, |
| LocalOrdinal | numDofPerNode | ||
| ) | [inline, static] |
Map constructor transforming degrees of freedom.
Definition at line 370 of file Xpetra_MapFactory.hpp.
| static Teuchos::RCP<const Map<LocalOrdinal,GlobalOrdinal, Node> > Xpetra::MapFactory< int, int >::createLocalMap | ( | UnderlyingLib | lib, |
| size_t | numElements, | ||
| const Teuchos::RCP< const Teuchos::Comm< int > > & | comm | ||
| ) | [inline, static] |
Definition at line 396 of file Xpetra_MapFactory.hpp.
| static Teuchos::RCP< const Map<LocalOrdinal,GlobalOrdinal, Node> > Xpetra::MapFactory< int, int >::createLocalMapWithNode | ( | UnderlyingLib | lib, |
| size_t | numElements, | ||
| const Teuchos::RCP< const Teuchos::Comm< int > > & | comm, | ||
| const Teuchos::RCP< Node > & | node | ||
| ) | [inline, static] |
Definition at line 416 of file Xpetra_MapFactory.hpp.
| static Teuchos::RCP< const Map<LocalOrdinal,GlobalOrdinal, Node> > Xpetra::MapFactory< int, int >::createUniformContigMapWithNode | ( | UnderlyingLib | lib, |
| global_size_t | numElements, | ||
| const Teuchos::RCP< const Teuchos::Comm< int > > & | comm, | ||
| const Teuchos::RCP< Node > & | node | ||
| ) | [inline, static] |
Definition at line 442 of file Xpetra_MapFactory.hpp.
| static Teuchos::RCP< const Map<LocalOrdinal,GlobalOrdinal, Node> > Xpetra::MapFactory< int, int >::createUniformContigMap | ( | UnderlyingLib | lib, |
| global_size_t | numElements, | ||
| const Teuchos::RCP< const Teuchos::Comm< int > > & | comm | ||
| ) | [inline, static] |
Definition at line 471 of file Xpetra_MapFactory.hpp.
| static Teuchos::RCP< const Map<LocalOrdinal,GlobalOrdinal, Node> > Xpetra::MapFactory< int, int >::createContigMap | ( | UnderlyingLib | lib, |
| global_size_t | numElements, | ||
| size_t | localNumElements, | ||
| const Teuchos::RCP< const Teuchos::Comm< int > > & | comm | ||
| ) | [inline, static] |
Definition at line 491 of file Xpetra_MapFactory.hpp.
| static Teuchos::RCP< const Map<LocalOrdinal,GlobalOrdinal, Node> > Xpetra::MapFactory< int, int >::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] |
Definition at line 510 of file Xpetra_MapFactory.hpp.
1.7.6.1