Loading [MathJax]/extensions/tex2jax.js
NiHu
2.0
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
Functions
Typedefs
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
c
d
f
i
m
n
p
q
r
s
t
v
x
Typedefs
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
v
w
x
y
Enumerator
d
i
j
k
l
m
n
o
p
q
r
s
t
Files
File List
File Members
All
Functions
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
identity_p2p_operator.h
Go to the documentation of this file.
1
7
#ifndef NIHU_IDENTITY_P2P_OPERATOR_H_INCLUDED
8
#define NIHU_IDENTITY_P2P_OPERATOR_H_INCLUDED
9
10
#include "
fmm_operator.hpp
"
11
#include "
local_operator.hpp
"
12
13
namespace
NiHu
14
{
15
namespace
fmm
16
{
17
21
class
identity_p2p_operator
22
:
public
fmm_operator
<p2p_tag>
23
{
24
};
25
32
template
<>
33
struct
is_local_operator
<
identity_p2p_operator
>
34
:
public
std::true_type
35
{
36
};
37
38
}
// end of namespace fmm
39
}
// end of namespace NiHu
40
41
#endif
/* NIHU_IDENTITY_P2P_OPERATOR_H_INCLUDED */
local_operator.hpp
Interface of local operator.
fmm_operator.hpp
FMM operator types and tags.
NiHu::fmm::identity_p2p_operator
Identity operator.
Definition:
identity_p2p_operator.h:21
NiHu::fmm::is_local_operator
Metafunction to tell if an operator is local.
Definition:
local_operator.hpp:25
NiHu::fmm::fmm_operator
Operator defining its tag type.
Definition:
fmm_operator.hpp:85
src
fmm
identity_p2p_operator.h
Generated on Sun Apr 6 2025 01:00:10 for NiHu by
1.8.18