24 template <
int N,
typename... Args>
35 template <
int I,
class... RestArgs>
47 template <
class... Args>
53 template <
class... Args>
55 constexpr int N =
sizeof...(args);
This file is part of the multigrid project within Peano 4.
auto volumeIndex(Args... args)
static VectorType generate(Args...)
tarch::la::Vector< 0, int > VectorType
A lot of the loop routines expect a voxel (or face) index which is a vector over integers.
tarch::la::Vector< N, int > VectorType
static VectorType generate(Args... args)
static void fillVector(VectorType &vector, int arg, RestArgs... args)
static void fillVector(VectorType &)