dune-pdelab
2.7-git
dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8
dune
pdelab
backend
istl
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
6
#include <
dune/pdelab/backend/istl.hh
>
7
8
namespace
Dune
{
9
namespace
PDELab {
10
namespace
ISTL {
11
12
template
<std::
size_t
block_size = 1>
13
struct
SimpleVectorBackend
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
{
27
using
type =
Dune::PDELab::ISTL::BlockVector<GFS,Dune::BlockVector<Dune::FieldVector<E,block_size>
>>;
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
istl.hh
Dune
For backward compatibility – Do not use this!
Definition:
adaptivity.hh:28
Dune::PDELab::ISTL::SimpleVectorBackend
Definition:
dunefunctions.hh:14
Dune::PDELab::ISTL::BlockVector
Definition:
istl/vector.hh:30
Generated by
1.9.1