Tpetra parallel linear algebra
Version of the Day
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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::~SrcDistObject
virtual ~SrcDistObject()
Virtual destructor.
Definition:
Tpetra_SrcDistObject.hpp:64
Tpetra::SrcDistObject
Abstract base class for objects that can be the source of an Import or Export operation.
Definition:
Tpetra_SrcDistObject.hpp:57
Generated on Tue Apr 29 2025 09:18:36 for Tpetra parallel linear algebra by
1.8.5