Tpetra parallel linear algebra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Namespaces | Functions
Tpetra_Details_makeColMap_decl.hpp File Reference

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...
 

Detailed Description

Declaration of Tpetra::Details::makeColMap, a function for creating the column Map of a Tpetra::CrsGraph.

Warning
This file, and its contents, are an implementation detail of Tpetra. Users may not rely on this file or its contents. They may change or disappear at any time.

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.