|
Tpetra parallel linear algebra
Version of the Day
|
Definition of Tpetra::Details::makeColMap, a function for creating the column Map of a Tpetra::CrsGraph. More...
#include "Tpetra_RowGraph.hpp"#include "Tpetra_Util.hpp"#include "Teuchos_Array.hpp"#include <set>#include <vector>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... | |
Definition of Tpetra::Details::makeColMap, a function for creating the column Map of a Tpetra::CrsGraph.
This file defines the Tpetra::Details::makeColMap function, which creates the column Map of a Tpetra::CrsGraph.
Definition in file Tpetra_Details_makeColMap_def.hpp.
1.8.5