Dune-Functions
2.11
Loading...
Searching...
No Matches
flatmultiindex.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
4
// SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
5
// SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
6
7
#ifndef DUNE_FUNCTIONS_FUNCTIONSPACEBASES_FLATMULTIINDEX_HH
8
#define DUNE_FUNCTIONS_FUNCTIONSPACEBASES_FLATMULTIINDEX_HH
9
10
#include <array>
11
12
#include <
dune/functions/common/multiindex.hh
>
13
14
namespace
Dune
{
15
namespace
Functions
{
16
17
18
34
template
<
class
size_t
ype>
35
using
FlatMultiIndex
=
StaticMultiIndex<size_type, 1>
;
36
37
38
39
}
// end namespace Functions
40
}
// end namespace Dune
41
42
#endif
// DUNE_FUNCTIONS_FUNCTIONSPACEBASES_FLATMULTIINDEX_HH
multiindex.hh
Dune::Functions::FlatMultiIndex
StaticMultiIndex< size_type, 1 > FlatMultiIndex
A multi-index class with only one level.
Definition
flatmultiindex.hh:35
Dune
Definition
monomialset.hh:19
Dune::Functions
Definition
monomialset.hh:19
Dune::Functions::StaticMultiIndex
A statically sized MultiIndex type.
Definition
multiindex.hh:30
dune
functions
functionspacebases
flatmultiindex.hh
Generated by
1.15.0