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
operator_with_wave_number.hpp
Go to the documentation of this file.
1
7
#ifndef NIHU_OPERATOR_WITH_WAVE_NUMBER_HPP_INCLUDED
8
#define NIHU_OPERATOR_WITH_WAVE_NUMBER_HPP_INCLUDED
9
10
namespace
NiHu
11
{
12
namespace
fmm
13
{
16
template
<
class
WaveNumber>
17
class
operator_with_wave_number
18
{
19
public
:
20
typedef
WaveNumber wave_number_t;
21
22
operator_with_wave_number
(wave_number_t
const
&wave_number)
23
: m_wave_number(wave_number)
24
{
25
}
26
27
wave_number_t
const
&get_wave_number()
const
28
{
29
return
this->m_wave_number;
30
}
31
32
private
:
33
wave_number_t
const
m_wave_number;
34
};
35
36
}
// end of namespace fmm
37
}
// end namespace NiHu
38
39
#endif
/* NIHU_OPERATOR_WITH_WAVE_NUMBER_HPP_INCLUDED */
NiHu::fmm::operator_with_wave_number
class storing a wave number
Definition:
operator_with_wave_number.hpp:17
src
fmm
operator_with_wave_number.hpp
Generated on Wed Mar 19 2025 01:00:11 for NiHu by
1.8.18