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

Declaration of a function that prints strings from each process. More...

#include <Tpetra_ConfigDefs.hpp>
#include <Teuchos_Comm.hpp>
#include <string>
#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
 Nonmember function that computes a residual Computes R = B - A * X.
 

Functions

void Tpetra::Details::gathervPrint (std::ostream &out, const std::string &s, const Teuchos::Comm< int > &comm)
 On Process 0 in the given communicator, print strings from each process in that communicator, in rank order. More...
 

Detailed Description

Declaration of a function that prints strings from each process.

Warning
This is an implementation detail of Tpetra. Users may not rely on this header file or any declarations or definitions in it. They may disappear or change at any time.

Definition in file Tpetra_Details_gathervPrint.hpp.