3#ifndef DUNE_PDELAB_BACKEND_ISTL_DUNEFUNCTIONS_HH
4#define DUNE_PDELAB_BACKEND_ISTL_DUNEFUNCTIONS_HH
6#include <dune/pdelab/backend/istl.hh>
12 template<std::
size_t block_size = 1>
13 struct SimpleVectorBackend
24 template<std::
size_t block_size,
typename GFS,
typename E>
25 struct BackendVectorSelectorHelper<ISTL::SimpleVectorBackend<block_size>, GFS, E>
27 using type = Dune::PDELab::ISTL::BlockVector<GFS,Dune::BlockVector<Dune::FieldVector<E,block_size>>>;
Dune namespace.
Definition: alignedallocator.hh:13