3#ifndef DUNE_PDELAB_BACKEND_SIMPLE_DESCRIPTORS_HH
4#define DUNE_PDELAB_BACKEND_SIMPLE_DESCRIPTORS_HH
17 template<
typename GFS,
typename C>
18 class VectorContainer;
20 template<
typename GFSV,
typename GFSU,
typename C>
21 class MatrixContainer;
23 template<
typename GFSV,
typename GFSU,
template<
typename>
class C,
typename ET,
typename I>
24 class SparseMatrixContainer;
26 class SparseMatrixPattern;
29 using default_vector = std::vector<E>;
37 template<
template<
typename>
class Container = Simple::default_vector>
50 template<
typename GFS>
58 template<
template<
typename>
class Container = Simple::default_vector>
64 template<
typename Matrix,
typename GFSV,
typename GFSU>
68 template<
typename VV,
typename VU,
typename E>
75 template<
template<
typename>
class Container = Simple::default_vector,
typename IndexType = std::size_t>
82 template<
typename Matrix,
typename GFSV,
typename GFSU>
85 template<
typename VV,
typename VU,
typename E>
For backward compatibility – Do not use this!
Definition: adaptivity.hh:28
Definition: simple/descriptors.hh:39
Container< E > vector_type
Definition: simple/descriptors.hh:41
bool blocked(const GFS &gfs) const
Definition: simple/descriptors.hh:51
vector_type< double >::size_type size_type
Definition: simple/descriptors.hh:43
Definition: simple/descriptors.hh:46
static const size_type max_blocking_depth
Definition: simple/descriptors.hh:47
Definition: simple/descriptors.hh:60
std::size_t size_type
Definition: simple/descriptors.hh:62
Definition: simple/descriptors.hh:66
Definition: simple/descriptors.hh:70
Simple::MatrixContainer< typename VV::GridFunctionSpace, typename VU::GridFunctionSpace, Container< E > > type
Definition: simple/descriptors.hh:71
Definition: simple/descriptors.hh:77
IndexType size_type
Definition: simple/descriptors.hh:79
Definition: simple/descriptors.hh:87
Simple::SparseMatrixContainer< typename VV::GridFunctionSpace, typename VU::GridFunctionSpace, Container, E, size_type > type
Definition: simple/descriptors.hh:88
Definition: simple/matrix.hh:24