Xpetra
Version of the Day
Loading...
Searching...
No Matches
Xpetra_Map_def.hpp
Go to the documentation of this file.
1
// @HEADER
2
// *****************************************************************************
3
// Xpetra: A linear algebra interface package
4
//
5
// Copyright 2012 NTESS and the Xpetra contributors.
6
// SPDX-License-Identifier: BSD-3-Clause
7
// *****************************************************************************
8
// @HEADER
9
10
#ifndef XPETRA_MAP_DEF_HPP
11
#define XPETRA_MAP_DEF_HPP
12
13
#include "
Xpetra_Map_decl.hpp
"
14
15
namespace
Xpetra
{
16
17
template
<
class
LocalOrdinal,
class
GlobalOrdinal,
class
Node>
18
Map<LocalOrdinal, GlobalOrdinal, Node>::
19
~Map
() {}
20
21
template
<
class
LocalOrdinal,
class
GlobalOrdinal,
class
Node>
22
RCP<const Xpetra::Map<LocalOrdinal, GlobalOrdinal, Node>
>
23
Map<LocalOrdinal, GlobalOrdinal, Node>::
24
getMap
()
const
{
25
return
rcpFromRef(*
this
);
26
}
27
28
}
// namespace Xpetra
29
30
#endif
// XPETRA_MAP_DEF_HPP
Xpetra_Map_decl.hpp
Teuchos::RCP
Xpetra::Map::getMap
virtual RCP< const Xpetra::Map< LocalOrdinal, GlobalOrdinal, Node > > getMap() const
Definition
Xpetra_Map_def.hpp:24
Xpetra::Map::~Map
virtual ~Map()
Destructor.
Definition
Xpetra_Map_def.hpp:19
Xpetra
Xpetra namespace
Definition
Xpetra_BlockedCrsMatrix_decl.hpp:52
src
Map
Xpetra_Map_def.hpp
Generated by
1.9.8