Reference documentation for deal.II version GIT relicensing-439-g5fda5c893d 2024-04-20 06:50:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
dof_iterator_selector.h
Go to the documentation of this file.
1// ------------------------------------------------------------------------
2//
3// SPDX-License-Identifier: LGPL-2.1-or-later
4// Copyright (C) 2002 - 2023 by the deal.II authors
5//
6// This file is part of the deal.II library.
7//
8// Part of the source code is dual licensed under Apache-2.0 WITH
9// LLVM-exception OR LGPL-2.1-or-later. Detailed license information
10// governing the source code and code contributions can be found in
11// LICENSE.md and CONTRIBUTING.md at the top level directory of deal.II.
12//
13// ------------------------------------------------------------------------
14
15#ifndef dealii_dof_iterators_h
16#define dealii_dof_iterators_h
17
18#include <deal.II/base/config.h>
19
20
22
23// Forward declarations
24#ifndef DOXYGEN
25template <int, int, int>
27
28template <int structdim, int dim, int spacedim, bool lda>
29class DoFAccessor;
30template <int dim, int spacedim, bool lda>
31class DoFCellAccessor;
32
33template <int dim, int spacedim>
35class DoFHandler;
36
37template <typename Accessor>
38class TriaRawIterator;
39template <typename Accessor>
40class TriaIterator;
41template <typename Accessor>
43#endif
44
45namespace internal
46{
47 namespace DoFHandlerImplementation
48 {
49 template <int dim, int spacedim, bool lda = false>
50 struct Iterators;
51
52
62 template <int spacedim, bool lda>
92
93
94
104 template <int spacedim, bool lda>
132
133
134
144 template <int spacedim, bool lda>
173 } // namespace DoFHandlerImplementation
174} // namespace internal
175
177
178#endif // dealii_dof_iterator_selector_h
#define DEAL_II_NAMESPACE_OPEN
Definition config.h:502
#define DEAL_II_CXX20_REQUIRES(condition)
Definition config.h:177
#define DEAL_II_NAMESPACE_CLOSE
Definition config.h:503