AMDiS 2.11-git
The Adaptive Multi-Dimensional Simulation Toolbox
 
Loading...
Searching...
No Matches
IndexDistribution.hpp
1#pragma once
2
3namespace AMDiS
4{
7 {
8 public:
10
11 template <class T>
13
14 template <class Basis>
15 void update(Basis const&) { /* do nothing */ }
16 };
17
18} // end namespace AMDiS
Dummy implementation for sequential index "distribution".
Definition IndexDistribution.hpp:7