Xpetra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Xpetra::MapExtractorFactory< Scalar, LocalOrdinal, GlobalOrdinal, Node > Class Template Reference

#include <Xpetra_MapExtractorFactory.hpp>

Static Public Member Functions

static Teuchos::RCP
< Xpetra::MapExtractor< Scalar,
LocalOrdinal, GlobalOrdinal,
Node > > 
Build (const Teuchos::RCP< const Map > &fullmap, const std::vector< Teuchos::RCP< const Map > > &maps, bool bThyraMode=false)
 Constructor specifying the Maps. More...
 

Private Member Functions

 MapExtractorFactory ()
 Private construtor, since this is a static class. More...
 

Detailed Description

template<class Scalar, class LocalOrdinal, class GlobalOrdinal, class Node>
class Xpetra::MapExtractorFactory< Scalar, LocalOrdinal, GlobalOrdinal, Node >

Definition at line 61 of file Xpetra_MapExtractorFactory.hpp.

Constructor & Destructor Documentation

template<class Scalar , class LocalOrdinal , class GlobalOrdinal , class Node >
Xpetra::MapExtractorFactory< Scalar, LocalOrdinal, GlobalOrdinal, Node >::MapExtractorFactory ( )
inlineprivate

Private construtor, since this is a static class.

Definition at line 67 of file Xpetra_MapExtractorFactory.hpp.

Member Function Documentation

template<class Scalar , class LocalOrdinal , class GlobalOrdinal , class Node >
static Teuchos::RCP<Xpetra::MapExtractor<Scalar,LocalOrdinal,GlobalOrdinal,Node> > Xpetra::MapExtractorFactory< Scalar, LocalOrdinal, GlobalOrdinal, Node >::Build ( const Teuchos::RCP< const Map > &  fullmap,
const std::vector< Teuchos::RCP< const Map > > &  maps,
bool  bThyraMode = false 
)
inlinestatic

Constructor specifying the Maps.

The Maps indirectly specify the linear algebra library to use (Tpetra or Epetra).

Definition at line 75 of file Xpetra_MapExtractorFactory.hpp.


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