3#include <dune/grid/common/partitionset.hh>
4#include <amdis/linearalgebra/IndexDistribution.hpp>
5#include <amdis/linearalgebra/mtl/SlotSize.hpp>
6#include <amdis/linearalgebra/mtl/MatrixBackend.hpp>
7#include <amdis/linearalgebra/mtl/VectorBackend.hpp>
19 template <
class,
class>
23 template <
class Value>
30 template <
class Value>
34 using PartitionSet = Dune::Partitions::All;
Dummy implementation for sequential index "distribution".
Definition IndexDistribution.hpp:7
The basic container that stores a base matrix.
Definition MatrixBackend.hpp:25
The basic container that stores a base vector data.
Definition VectorBackend.hpp:20
Definition SlotSize.hpp:16