#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... | |
Definition at line 61 of file Xpetra_MapExtractorFactory.hpp.
|
inlineprivate |
Private construtor, since this is a static class.
Definition at line 67 of file Xpetra_MapExtractorFactory.hpp.
|
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.