47 #ifndef XPETRA_MAPEXTRACTORFACTORY_HPP_
48 #define XPETRA_MAPEXTRACTORFACTORY_HPP_
52 #include <Xpetra_MapExtractor.hpp>
57 template <
class Scalar,
62 #undef XPETRA_MAPEXTRACTORFACTORY_SHORT
74 static Teuchos::RCP<Xpetra::MapExtractor<Scalar,LocalOrdinal,GlobalOrdinal,Node> >
75 Build (
const Teuchos::RCP<const Map>& fullmap,
76 const std::vector<Teuchos::RCP<const Map> >& maps,
77 bool bThyraMode =
false)
85 #define XPETRA_MAPEXTRACTORFACTORY_SHORT