Tpetra parallel linear algebra Version of the Day
Loading...
Searching...
No Matches
Tpetra_Details_Transfer.cpp
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#include "Tpetra_Details_Transfer_decl.hpp"
11
12#ifdef HAVE_TPETRA_EXPLICIT_INSTANTIATION
13
14#include "TpetraCore_ETIHelperMacros.h"
15#include "Tpetra_Details_Transfer_def.hpp"
16
17namespace Tpetra {
18namespace Details {
19
20TPETRA_ETI_MANGLING_TYPEDEFS()
21
22TPETRA_INSTANTIATE_LGN(TPETRA_DETAILS_TRANSFER_INSTANT)
23
24} // namespace Details
25} // namespace Tpetra
26
27#endif // HAVE_TPETRA_EXPLICIT_INSTANTIATION
Implementation details of Tpetra.
Namespace Tpetra contains the class and methods constituting the Tpetra library.