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 template<
typename _RowOrdering,
typename _ColOrdering>
27 class SparseMatrixPattern;
30 using default_vector = std::vector<E>;
36 template<
template<
typename>
class Container = simple::default_vector>
46 static const size_type max_blocking_depth = 0;
49 template<
typename GFS>
57 template<
template<
typename>
class Container = simple::default_vector>
63 template<
typename Matrix,
typename GFSV,
typename GFSU>
67 template<
typename VV,
typename VU,
typename E>
74 template<
template<
typename>
class Container = simple::default_vector,
typename IndexType = std::size_t>
81 template<
typename Matrix,
typename GFSV,
typename GFSU>
84 typename GFSV::Ordering::Traits::DOFIndex,
85 typename GFSV::Ordering::Traits::ContainerIndex
88 typename GFSU::Ordering::Traits::DOFIndex,
89 typename GFSU::Ordering::Traits::ContainerIndex> >;
92 template<
typename VV,
typename VU,
typename E>
102 #endif // DUNE_PDELAB_BACKEND_SIMPLE_DESCRIPTORS_HH vector_type< double >::size_type size_type
Definition: simple/descriptors.hh:42
Definition: simple/matrix.hh:22
Definition: simple/descriptors.hh:58
Definition: simple/descriptors.hh:64
Definition: simple/descriptors.hh:75
Definition: adaptivity.hh:27
simple::MatrixContainer< typename VV::GridFunctionSpace, typename VU::GridFunctionSpace, Container< E > > type
Definition: simple/descriptors.hh:70
bool blocked(const GFS &gfs) const
Definition: simple/descriptors.hh:50
std::size_t size_type
Definition: simple/descriptors.hh:61
Definition: simple/descriptors.hh:93
Definition: simple/descriptors.hh:37
IndexType size_type
Definition: simple/descriptors.hh:78
Definition: simple/descriptors.hh:44
Definition: orderingbase.hh:20
Definition: simple/descriptors.hh:68
Container< E > vector_type
Definition: simple/descriptors.hh:40
simple::SparseMatrixContainer< typename VV::GridFunctionSpace, typename VU::GridFunctionSpace, Container, E, size_type > type
Definition: simple/descriptors.hh:95