OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace 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
l
m
n
o
p
r
s
t
Variables
a
b
c
d
e
f
h
i
k
l
m
n
p
q
r
s
t
u
v
w
z
Typedefs
a
c
d
e
f
g
i
l
m
n
o
r
s
t
v
Enumerations
Enumerator
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Classes
Class List
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
y
z
~
Variables
_
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
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
i
m
n
o
p
r
s
t
u
v
w
Enumerator
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
Related Functions
a
b
c
d
e
f
i
l
m
n
o
p
s
t
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
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
l
m
n
o
p
r
s
t
u
v
w
Variables
a
c
d
e
f
g
i
k
m
n
o
p
s
w
Typedefs
a
c
d
e
f
i
l
m
n
o
p
q
r
s
v
Enumerations
Enumerator
c
d
e
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
x
src
src
Steppers
Steppers.h
Go to the documentation of this file.
1
//
2
// File Steppers
3
// Integrator enum.
4
//
5
// Copyright (c) 2017, Matthias Frey, Paul Scherrer Institut, Villigen PSI, Switzerland
6
// All rights reserved
7
//
8
// This file is part of OPAL.
9
//
10
// OPAL is free software: you can redistribute it and/or modify
11
// it under the terms of the GNU General Public License as published by
12
// the Free Software Foundation, either version 3 of the License, or
13
// (at your option) any later version.
14
//
15
// You should have received a copy of the GNU General Public License
16
// along with OPAL. If not, see <https://www.gnu.org/licenses/>.
17
//
18
#ifndef STEPPERS_H
19
#define STEPPERS_H
20
21
#include "
RK4.h
"
22
#include "
LF2.h
"
23
24
namespace
stepper
{
25
26
enum
INTEGRATOR
{
27
UNDEFINED
= -1,
28
RK4
= 0,
29
LF2
= 1,
30
MTS
= 2
31
};
32
};
33
34
#endif
LF2.h
RK4.h
stepper
Definition:
Steppers.h:24
stepper::INTEGRATOR
INTEGRATOR
Definition:
Steppers.h:26
stepper::UNDEFINED
@ UNDEFINED
Definition:
Steppers.h:27
stepper::MTS
@ MTS
Definition:
Steppers.h:30
LF2
Leap-Frog 2nd order.
Definition:
LF2.h:26
RK4
4-th order Runnge-Kutta stepper
Definition:
RK4.h:26
Generated on Wed Aug 25 2021 16:41:04 for OPAL (Object Oriented Parallel Accelerator Library) by
1.9.1