Tpetra parallel linear algebra
Version of the Day
Loading...
Searching...
No Matches
core
src
Tpetra_SrcDistObject.hpp
Go to the documentation of this file.
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_SRCDISTOBJECT_DECL_HPP
11
#define TPETRA_SRCDISTOBJECT_DECL_HPP
12
15
16
#include <Teuchos_RCP.hpp>
17
18
namespace
Tpetra
{
57
class
SrcDistObject
{
58
public
:
64
virtual
~SrcDistObject
(){};
65
};
66
67
}
// namespace Tpetra
68
69
#endif
/* TPETRA_SRCDISTOBJECT_DECL_HPP */
Tpetra::SrcDistObject
Abstract base class for objects that can be the source of an Import or Export operation.
Definition
Tpetra_SrcDistObject.hpp:57
Tpetra::SrcDistObject::~SrcDistObject
virtual ~SrcDistObject()
Virtual destructor.
Definition
Tpetra_SrcDistObject.hpp:64
Tpetra
Namespace Tpetra contains the class and methods constituting the Tpetra library.
Generated on Thu Oct 9 2025 21:01:02 for Tpetra parallel linear algebra by
1.9.8