Reference documentation for deal.II version GIT relicensing-214-g6e74dec06b 2024-03-27 18:10:01+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
fe_q_iso_q1.h
Go to the documentation of this file.
1// ------------------------------------------------------------------------
2//
3// SPDX-License-Identifier: LGPL-2.1-or-later
4// Copyright (C) 2013 - 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_fe_q_iso_q1_h
16#define dealii_fe_q_iso_q1_h
17
18#include <deal.II/base/config.h>
19
22
24
26
27
123template <int dim, int spacedim = dim>
124class FE_Q_iso_Q1 : public FE_Q_Base<dim, spacedim>
125{
126public:
132 FE_Q_iso_Q1(const unsigned int n_subdivisions);
133
137 FE_Q_iso_Q1(const std::vector<Point<1>> &support_points);
138
144 virtual std::string
145 get_name() const override;
146
147 virtual std::unique_ptr<FiniteElement<dim, spacedim>>
148 clone() const override;
149
157 virtual void
159 const std::vector<Vector<double>> &support_point_values,
160 std::vector<double> &nodal_values) const override;
161
172 const unsigned int codim = 0) const override final;
173
175};
176
177
178
182
183#endif
virtual FiniteElementDomination::Domination compare_for_domination(const FiniteElement< dim, spacedim > &fe_other, const unsigned int codim=0) const override final
virtual std::string get_name() const override
virtual void convert_generalized_support_point_values_to_dof_values(const std::vector< Vector< double > > &support_point_values, std::vector< double > &nodal_values) const override
virtual std::unique_ptr< FiniteElement< dim, spacedim > > clone() const override
Definition point.h:111
#define DEAL_II_NAMESPACE_OPEN
Definition config.h:502
#define DEAL_II_NAMESPACE_CLOSE
Definition config.h:503