#include <Xpetra_MapExtractorFactory.hpp>
Static Public Member Functions | |
| static Teuchos::RCP< MapExtractor > | Build (const Teuchos::RCP< const Map > &fullmap, const std::vector< Teuchos::RCP< const Map > > &maps) |
| Constructor specifying the Maps. | |
Private Member Functions | |
| MapExtractorFactory () | |
| Private construtor, since this is a static class. | |
Definition at line 61 of file Xpetra_MapExtractorFactory.hpp.
| Xpetra::MapExtractorFactory< Scalar, LocalOrdinal, GlobalOrdinal, Node >::MapExtractorFactory | ( | ) | [inline, private] |
Private construtor, since this is a static class.
Definition at line 67 of file Xpetra_MapExtractorFactory.hpp.
| static Teuchos::RCP<MapExtractor> Xpetra::MapExtractorFactory< Scalar, LocalOrdinal, GlobalOrdinal, Node >::Build | ( | const Teuchos::RCP< const Map > & | fullmap, |
| const std::vector< Teuchos::RCP< const Map > > & | maps | ||
| ) | [inline, static] |
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.
1.7.6.1