preCICE
v3.2.0
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Variables
_
a
b
c
d
e
f
h
i
m
n
p
r
s
t
Typedefs
b
d
e
g
l
m
p
r
s
t
u
v
Enumerations
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
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
_
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
a
b
c
d
e
f
i
k
m
n
o
p
r
s
t
v
w
Enumerations
Enumerator
c
d
e
i
l
m
n
o
r
s
u
v
w
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
g
i
j
m
n
o
p
r
s
t
v
Functions
a
b
c
g
m
p
r
s
t
v
Variables
Typedefs
Macros
b
d
m
n
p
t
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
src
mapping
device
Ginkgo.hpp
Go to the documentation of this file.
1
#pragma once
2
3
namespace
precice::device
{
4
5
class
Ginkgo
{
6
public
:
7
static
void
initialize
(
int
*argc,
char
***argv);
8
9
static
void
initialize
(
int
nThreads,
int
deviceId);
10
11
static
void
finalize
();
12
13
private
:
15
static
bool
weInitialized
;
16
};
5
class
Ginkgo
{
…
};
17
18
}
// namespace precice::device
precice::device::Ginkgo
Definition
Ginkgo.hpp:5
precice::device::Ginkgo::weInitialized
static bool weInitialized
Whether we have initialized Ginkgo or if it was initialized by an application calling us.
Definition
Ginkgo.hpp:15
precice::device::Ginkgo::finalize
static void finalize()
Definition
Ginkgo.cpp:36
precice::device::Ginkgo::initialize
static void initialize(int *argc, char ***argv)
Definition
Ginkgo.cpp:12
precice::device
Definition
Ginkgo.cpp:8