Reference documentation for deal.II version GIT 3e4283dc79 2023-06-10 12:25: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\}}\)
dof_objects.cc
Go to the documentation of this file.
1 // ---------------------------------------------------------------------
2 //
3 // Copyright (C) 2006 - 2020 by the deal.II authors
4 //
5 // This file is part of the deal.II library.
6 //
7 // The deal.II library is free software; you can use it, redistribute
8 // it, and/or modify it under the terms of the GNU Lesser General
9 // Public License as published by the Free Software Foundation; either
10 // version 2.1 of the License, or (at your option) any later version.
11 // The full text of the license can be found in the file LICENSE.md at
12 // the top level directory of deal.II.
13 //
14 // ---------------------------------------------------------------------
15 
18 
21 
22 #include <deal.II/fe/fe.h>
23 
25 
26 namespace internal
27 {
28  namespace DoFHandlerImplementation
29  {
30  template <int dim>
31  std::size_t
33  {
35  }
36  } // namespace DoFHandlerImplementation
37 } // namespace internal
38 
39 
40 // explicit instantiations
41 namespace internal
42 {
43  namespace DoFHandlerImplementation
44  {
45 #include "dof_objects.inst"
46  }
47 } // namespace internal
48 
#define DEAL_II_NAMESPACE_OPEN
Definition: config.h:475
#define DEAL_II_NAMESPACE_CLOSE
Definition: config.h:476
std::enable_if_t< std::is_fundamental< T >::value, std::size_t > memory_consumption(const T &t)