Loading [MathJax]/extensions/TeX/newcommand.js
 deal.II version GIT relicensing-3083-g7b89508ac7 2025-04-18 12:50:00+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\}}
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
fe_tools.cc
Go to the documentation of this file.
1// ------------------------------------------------------------------------
2//
3// SPDX-License-Identifier: LGPL-2.1-or-later
4// Copyright (C) 2000 - 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
16#include <deal.II/fe/fe_tools.templates.h>
17
19
20
21namespace FETools
22{
23 namespace internal
24 {
25 namespace FEToolsAddFENameHelper
26 {
27 std::shared_mutex fe_name_map_lock;
28 }
29 } // namespace internal
30} // namespace FETools
31
32
33/*-------------- Explicit Instantiations -------------------------------*/
34#include "fe/fe_tools.inst"
35
36// these do not fit into the templates of the dimension in the inst file
37namespace FETools
38{
39 template std::vector<unsigned int>
41
42 template std::vector<unsigned int>
44} // namespace FETools
45
#define DEAL_II_NAMESPACE_OPEN
Definition config.h:35
#define DEAL_II_NAMESPACE_CLOSE
Definition config.h:36
template std::vector< unsigned int > hierarchic_to_lexicographic_numbering< 0 >(unsigned int)
template std::vector< unsigned int > lexicographic_to_hierarchic_numbering< 0 >(unsigned int)