Go to the documentation of this file.
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>
97 #endif // DUNE_PDELAB_BACKEND_SIMPLE_DESCRIPTORS_HH
Definition: simple/descriptors.hh:76
Definition: simple/descriptors.hh:65
Definition: simple/descriptors.hh:38
static const size_type max_blocking_depth
Definition: simple/descriptors.hh:47
Definition: simple/matrix.hh:22
Simple::SparseMatrixContainer< typename VV::GridFunctionSpace, typename VU::GridFunctionSpace, Container, E, size_type > type
Definition: simple/descriptors.hh:88
vector_type< double >::size_type size_type
Definition: simple/descriptors.hh:43
For backward compatibility – Do not use this!
Definition: adaptivity.hh:28
Definition: simple/descriptors.hh:59
IndexType size_type
Definition: simple/descriptors.hh:79
Container< E > vector_type
Definition: simple/descriptors.hh:41
Definition: simple/descriptors.hh:69
Definition: simple/descriptors.hh:86
Simple::MatrixContainer< typename VV::GridFunctionSpace, typename VU::GridFunctionSpace, Container< E > > type
Definition: simple/descriptors.hh:71
std::size_t size_type
Definition: simple/descriptors.hh:62
Definition: simple/descriptors.hh:45
bool blocked(const GFS &gfs) const
Definition: simple/descriptors.hh:51