|
Tpetra parallel linear algebra
Version of the Day
|
Declaration of Tpetra::Details::makeColMap, a function for creating the column Map of a Tpetra::CrsGraph. More...
#include "TpetraCore_config.h"#include "Tpetra_Map_fwd.hpp"#include "Tpetra_RowGraph_fwd.hpp"#include <ostream>Go to the source code of this file.
Namespaces | |
| Tpetra | |
| Namespace Tpetra contains the class and methods constituting the Tpetra library. | |
| Tpetra::Details | |
| Namespace for Tpetra implementation details. | |
Functions | |
| template<class LO , class GO , class NT > | |
| int | Tpetra::Details::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. More... | |
Declaration of Tpetra::Details::makeColMap, a function for creating the column Map of a Tpetra::CrsGraph.
This file declares the Tpetra::Details::makeColMap function, which creates the column Map of a Tpetra::CrsGraph.
Definition in file Tpetra_Details_makeColMap_decl.hpp.
1.8.5