AMDiS
2.10
The Adaptive Multi-Dimensional Simulation Toolbox
IndexDistribution.hpp
1
#pragma once
2
3
namespace
AMDiS
4
{
6
class
DefaultIndexDistribution
7
{
8
public
:
9
using
Impl
=
DefaultIndexDistribution
;
10
11
template
<
class
T>
12
DefaultIndexDistribution
(T&&) {}
13
14
template
<
class
Basis>
15
void
update(Basis
const
&) {
/* do nothing */
}
16
};
17
18
}
// end namespace AMDiS
AMDiS::DefaultIndexDistribution
Dummy implementation for sequential index "distribution".
Definition:
IndexDistribution.hpp:7
amdis
linearalgebra
IndexDistribution.hpp
Generated by
1.9.4