Tpetra parallel linear algebra
Version of the Day
|
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... | |
Declaration of a function that prints strings from each process.
Definition in file Tpetra_Details_gathervPrint.hpp.