Peano
Loading...
Searching...
No Matches
FD_Helper.cpph
Go to the documentation of this file.
1
#pragma once
2
3
namespace
{
46
tarch::la::Vector<Dimensions,int>
gridCellIndex2d(
int
x,
int
y ) {
47
tarch::la::Vector<Dimensions,int>
result;
48
result(0) =
x
;
49
result(1) =
y
;
50
return
result;
51
}
52
53
57
tarch::la::Vector<Dimensions,int>
gridCellIndex3d(
int
x,
int
y,
int
z ) {
58
tarch::la::Vector<Dimensions,int>
result;
59
result(0) =
x
;
60
result(1) =
y
;
61
result(2) =
z
;
62
return
result;
63
}
64
}
dastgen-test.y
y
Definition
dastgen-test.py:106
kernel-dsl-benchmarks.x
x
Definition
kernel-dsl-benchmarks.py:190
plotSolution.z
z
Definition
plotSolution.py:56
tarch::la::Vector
Simple vector class.
Definition
Vector.h:150
src
exahype2
fd
FD_Helper.cpph
Generated on Fri Apr 25 2025 14:59:40 for Peano by
1.10.0