dune-pdelab  2.7-git
dunefunctions.hh
Go to the documentation of this file.
1 // -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2 // vi: set et ts=4 sw=2 sts=2:
3 #ifndef DUNE_PDELAB_BACKEND_ISTL_DUNEFUNCTIONS_HH
4 #define DUNE_PDELAB_BACKEND_ISTL_DUNEFUNCTIONS_HH
5 
7 
8 namespace Dune {
9  namespace PDELab {
10  namespace ISTL {
11 
12  template<std::size_t block_size = 1>
14  {};
15 
16  // can't have the closing of the namespace inside the #ifndef DOXYGEN block
17  } // namespace istl
18 
19 #ifndef DOXYGEN
20 
21  namespace Backend {
22  namespace impl {
23 
24  template<std::size_t block_size, typename GFS, typename E>
25  struct BackendVectorSelectorHelper<ISTL::SimpleVectorBackend<block_size>, GFS, E>
26  {
28  using Type = type;
29  };
30 
31  } // namespace impl
32  } // namespace Backend
33 
34 #endif // DOXYGEN
35 
36  } // namespace PDELab
37 } // namespace Dune
38 
39 #endif // DUNE_PDELAB_BACKEND_ISTL_VECTOR_HH
Dune::PDELab::ISTL::SimpleVectorBackend
Definition: dunefunctions.hh:13
Dune
For backward compatibility – Do not use this!
Definition: adaptivity.hh:28
Dune::PDELab::ISTL::BlockVector
Definition: istl/vector.hh:27
istl.hh