Tpetra parallel linear algebra Version of the Day
Loading...
Searching...
No Matches
Tpetra_Details_makeValidVerboseStream.hpp
1// @HEADER
2// *****************************************************************************
3// Tpetra: Templated Linear Algebra Services Package
4//
5// Copyright 2008 NTESS and the Tpetra contributors.
6// SPDX-License-Identifier: BSD-3-Clause
7// *****************************************************************************
8// @HEADER
9
10#ifndef TPETRA_DETAILS_MAKEVALIDVERBOSESTREAM_HPP
11#define TPETRA_DETAILS_MAKEVALIDVERBOSESTREAM_HPP
12
13#include "TpetraCore_config.h"
14#include "Teuchos_FancyOStream.hpp"
15
16namespace Tpetra {
17namespace Details {
18
19Teuchos::RCP<Teuchos::FancyOStream>
20makeValidVerboseStream(const Teuchos::RCP<Teuchos::FancyOStream>& out =
21 Teuchos::null);
22
23} // namespace Details
24} // namespace Tpetra
25
26#endif // TPETRA_DETAILS_MAKEVALIDVERBOSESTREAM_HPP
Implementation details of Tpetra.
Namespace Tpetra contains the class and methods constituting the Tpetra library.