1 #ifndef TPETRA_DETAILS_MAKECOLMAP_DECL_HPP
2 #define TPETRA_DETAILS_MAKECOLMAP_DECL_HPP
56 #include "TpetraCore_config.h"
61 #ifndef DOXYGEN_SHOULD_SKIP_THIS
64 template<
class T>
class Array;
67 template<
class T>
class RCP;
126 template <
class LO,
class GO,
class NT>
129 Teuchos::Array<int>& remotePIDs,
131 const RowGraph<LO, GO, NT>& graph,
132 const bool sortEachProcsGids =
true,
133 std::ostream* errStrm = NULL);
Forward declaration of Tpetra::Map.
Forward declaration of Tpetra::RowGraph.
Implementation details of Tpetra.
int makeColMap(Teuchos::RCP< const Tpetra::Map< LO, GO, NT > > &colMap, Teuchos::Array< int > &remotePIDs, const Teuchos::RCP< const Tpetra::Map< LO, GO, NT > > &domMap, const RowGraph< LO, GO, NT > &graph, const bool sortEachProcsGids=true, std::ostream *errStrm=NULL)
Make the graph's column Map.
Namespace Tpetra contains the class and methods constituting the Tpetra library.