Loading [MathJax]/extensions/tex2jax.js
MAIA
bb96820c
Multiphysics at AIA
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
q
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
Variables
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Typedefs
b
c
e
m
p
s
Enumerations
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
z
~
Variables
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
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
Enumerations
Enumerator
_
a
b
c
d
e
f
g
i
j
l
m
n
p
r
s
t
u
v
w
Related Functions
a
c
d
f
g
i
l
m
o
p
s
t
v
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Functions
a
c
d
f
g
i
l
m
n
o
p
r
s
t
w
Variables
c
g
h
i
l
m
n
s
Typedefs
a
b
e
g
m
p
r
s
z
Enumerations
a
b
c
d
e
f
g
i
l
m
p
r
s
t
v
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
p
q
r
s
t
u
v
w
y
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Pages
Loading...
Searching...
No Matches
cartesiangrid_inst_2d.cpp
Go to the documentation of this file.
1
// Copyright (C) 2024 The m-AIA AUTHORS
2
//
3
// This file is part of m-AIA (https://git.rwth-aachen.de/aia/m-AIA/m-AIA)
4
//
5
// SPDX-License-Identifier: LGPL-3.0-only
6
7
#include "
cartesiangrid.cpp
"
8
10
template
class
CartesianGrid<2>
;
11
12
// The following line is only required to prevent missing symbols when linking
13
// in intel/production mode
14
template
void
CartesianGrid<2>::calculateNoOffspringsAndWorkload
(
Collector<void>
*,
MInt
);
15
16
template
MInt
17
CartesianGrid<2>::findContainingPartitionCell<false>
(
const
MFloat
*
const
coord,
const
MInt
solverId,
18
function<
MFloat
*(
MInt
,
MFloat
*
const
)> correctCellCoord);
19
template
MInt
20
CartesianGrid<2>::findContainingPartitionCell<true>
(
const
MFloat
*
const
coord,
const
MInt
solverId,
21
function<
MFloat
*(
MInt
,
MFloat
*
const
)> correctCellCoord);
22
23
template
MInt
CartesianGrid<2>::findContainingLeafCell<false>
(
24
const
MFloat
* coord, std::function<
MFloat
*(
MInt
,
MFloat
*
const
)> correctCellCoord,
const
MInt
solverId);
25
26
template
MInt
CartesianGrid<2>::findContainingLeafCell<true>
(
27
const
MFloat
* coord, std::function<
MFloat
*(
MInt
,
MFloat
*
const
)> correctCellCoord,
const
MInt
solverId);
28
29
template
MInt
30
CartesianGrid<2>::findContainingLeafCell<false>
(
const
MFloat
* coord,
const
MInt
startId,
31
std::function<
MFloat
*(
MInt
,
MFloat
*
const
)> correctCellCoord,
32
const
MInt
solverId,
const
MBool
allowNonLeafHalo);
33
34
template
MInt
35
CartesianGrid<2>::findContainingLeafCell<true>
(
const
MFloat
* coord,
const
MInt
startId,
36
std::function<
MFloat
*(
MInt
,
MFloat
*
const
)> correctCellCoord,
37
const
MInt
solverId,
const
MBool
allowNonLeafHalo);
38
39
template
MInt
CartesianGrid<2>::findContainingHaloCell<false>
(
const
MFloat
*
const
coord,
const
MInt
solverId,
40
MInt
domainId,
MBool
onlyPartitionCells,
41
function<
MFloat
*(
MInt
,
MFloat
*
const
)> correctCellCoord);
42
43
template
MInt
CartesianGrid<2>::findContainingHaloCell<true>
(
const
MFloat
*
const
coord,
const
MInt
solverId,
44
MInt
domainId,
MBool
onlyPartitionCells,
45
function<
MFloat
*(
MInt
,
MFloat
*
const
)> correctCellCoord);
cartesiangrid.cpp
CartesianGrid
Definition:
cartesiangrid.h:47
CartesianGrid::calculateNoOffspringsAndWorkload
void calculateNoOffspringsAndWorkload(Collector< CELLTYPE > *input_cells, MInt input_noCells)
Caluclate the number of offsprings and the workload for each cell.
Definition:
cartesiangrid.cpp:10700
Collector
Definition:
collector.h:14
MInt
int32_t MInt
Definition:
maiatypes.h:62
MFloat
double MFloat
Definition:
maiatypes.h:52
MBool
bool MBool
Definition:
maiatypes.h:58
home
gitlab-runner
scratch
builds
oxpnswJ6
1
aia
m-AIA
m-AIA
src
GRID
cartesiangrid_inst_2d.cpp
Generated on Sun Jun 16 2024 23:44:50 for MAIA by
1.9.5