Xpetra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Xpetra::MapFactory< int, int, EpetraNode > Class Template Reference

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. More...

#include <Xpetra_MapFactory_decl.hpp>

Static Public Member Functions

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 Map< LocalOrdinal, GlobalOrdinal, Node > > &map, LocalOrdinal 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)
 

Private Types

typedef int LocalOrdinal
 
typedef int GlobalOrdinal
 
typedef EpetraNode Node
 

Private Member Functions

 MapFactory ()
 Private constructor. This is a static class. More...
 

Detailed Description

template<>
class Xpetra::MapFactory< int, int, EpetraNode >

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 196 of file Xpetra_MapFactory_decl.hpp.

Member Typedef Documentation

typedef int Xpetra::MapFactory< int, int, EpetraNode >::LocalOrdinal
private

Definition at line 199 of file Xpetra_MapFactory_decl.hpp.

typedef int Xpetra::MapFactory< int, int, EpetraNode >::GlobalOrdinal
private

Definition at line 200 of file Xpetra_MapFactory_decl.hpp.

typedef EpetraNode Xpetra::MapFactory< int, int, EpetraNode >::Node
private

Definition at line 201 of file Xpetra_MapFactory_decl.hpp.

Constructor & Destructor Documentation

Xpetra::MapFactory< int, int, EpetraNode >::MapFactory ( )
private

Private constructor. This is a static class.

Definition at line 63 of file Xpetra_EpetraMapFactory.cpp.

Member Function Documentation

RCP< Map< int, int, EpetraNode > > Xpetra::MapFactory< int, int, EpetraNode >::Build ( UnderlyingLib  lib,
global_size_t  numGlobalElements,
int  indexBase,
const Teuchos::RCP< const Teuchos::Comm< int > > &  comm,
LocalGlobal  lg = GloballyDistributed 
)
static

Definition at line 72 of file Xpetra_EpetraMapFactory.cpp.

RCP< Map< int, int, EpetraNode > > Xpetra::MapFactory< int, int, EpetraNode >::Build ( UnderlyingLib  lib,
global_size_t  numGlobalElements,
size_t  numLocalElements,
int  indexBase,
const Teuchos::RCP< const Teuchos::Comm< int > > &  comm 
)
static

Definition at line 96 of file Xpetra_EpetraMapFactory.cpp.

RCP< Map< int, int, EpetraNode > > Xpetra::MapFactory< int, int, EpetraNode >::Build ( UnderlyingLib  lib,
global_size_t  numGlobalElements,
const Teuchos::ArrayView< const GlobalOrdinal > &  elementList,
int  indexBase,
const Teuchos::RCP< const Teuchos::Comm< int > > &  comm 
)
static

Definition at line 120 of file Xpetra_EpetraMapFactory.cpp.

Teuchos::RCP< Map< int, int, EpetraNode > > Xpetra::MapFactory< int, int, EpetraNode >::Build ( const Teuchos::RCP< const Map< LocalOrdinal, GlobalOrdinal, Node > > &  map,
LocalOrdinal  numDofPerNode 
)
static

Map constructor transforming degrees of freedom for numDofPerNode this acts like a deep copy

Definition at line 144 of file Xpetra_EpetraMapFactory.cpp.

Teuchos::RCP< const Map< int, int, EpetraNode > > Xpetra::MapFactory< int, int, EpetraNode >::createLocalMap ( UnderlyingLib  lib,
size_t  numElements,
const Teuchos::RCP< const Teuchos::Comm< int > > &  comm 
)
static

Definition at line 186 of file Xpetra_EpetraMapFactory.cpp.

Teuchos::RCP< const Map< int, int, EpetraNode > > Xpetra::MapFactory< int, int, EpetraNode >::createLocalMapWithNode ( UnderlyingLib  lib,
size_t  numElements,
const Teuchos::RCP< const Teuchos::Comm< int > > &  comm 
)
static

Definition at line 222 of file Xpetra_EpetraMapFactory.cpp.

Teuchos::RCP< const Map< int, int, EpetraNode > > Xpetra::MapFactory< int, int, EpetraNode >::createUniformContigMapWithNode ( UnderlyingLib  lib,
global_size_t  numElements,
const Teuchos::RCP< const Teuchos::Comm< int > > &  comm 
)
static

Definition at line 258 of file Xpetra_EpetraMapFactory.cpp.

Teuchos::RCP< const Map< int, int, EpetraNode > > Xpetra::MapFactory< int, int, EpetraNode >::createUniformContigMap ( UnderlyingLib  lib,
global_size_t  numElements,
const Teuchos::RCP< const Teuchos::Comm< int > > &  comm 
)
static

Definition at line 289 of file Xpetra_EpetraMapFactory.cpp.

Teuchos::RCP< const Map< int, int, EpetraNode > > Xpetra::MapFactory< int, int, EpetraNode >::createContigMap ( UnderlyingLib  lib,
global_size_t  numElements,
size_t  localNumElements,
const Teuchos::RCP< const Teuchos::Comm< int > > &  comm 
)
static

Definition at line 320 of file Xpetra_EpetraMapFactory.cpp.

Teuchos::RCP< const Map< int, int, EpetraNode > > Xpetra::MapFactory< int, int, EpetraNode >::createContigMapWithNode ( UnderlyingLib  lib,
global_size_t  numElements,
size_t  localNumElements,
const Teuchos::RCP< const Teuchos::Comm< int > > &  comm 
)
static

Definition at line 351 of file Xpetra_EpetraMapFactory.cpp.


The documentation for this class was generated from the following files: