Reference documentation for deal.II version GIT relicensing-426-g7976cfd195 2024-04-18 21: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_immersed_values.h
Go to the documentation of this file.
1// ------------------------------------------------------------------------
2//
3// SPDX-License-Identifier: LGPL-2.1-or-later
4// Copyright (C) 2021 - 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#ifndef dealii_non_matching_fe_immersed_values_h
17#define dealii_non_matching_fe_immersed_values_h
18
19#include <deal.II/base/config.h>
20
22
23#include <deal.II/fe/fe.h>
26#include <deal.II/fe/mapping.h>
27
29
31
33namespace NonMatching
34{
54 template <int dim>
55 class FEImmersedSurfaceValues : public FEValuesBase<dim, dim>
56 {
57 public:
66 const FiniteElement<dim> &element,
69
74 void
75 reinit(const typename Triangulation<dim>::cell_iterator &cell);
76
82 template <bool level_dof_access>
83 void
84 reinit(
86
99 shape_surface_grad(const unsigned int function_no,
100 const unsigned int quadrature_point) const;
101
117 shape_surface_grad_component(const unsigned int function_no,
118 const unsigned int quadrature_point,
119 const unsigned int component) const;
120
126 get_quadrature() const;
127
128 protected:
132 void
134
141 void
142 do_reinit();
143
148 };
149
150} // namespace NonMatching
152
153#endif /* dealii_non_matching_fe_immersed_values_h */
const SmartPointer< const Mapping< dim, spacedim >, FEValuesBase< dim, spacedim > > mapping
const Point< spacedim > & quadrature_point(const unsigned int q_point) const
Abstract base class for mapping classes.
Definition mapping.h:318
void reinit(const typename Triangulation< dim >::cell_iterator &cell)
void initialize(const UpdateFlags update_flags)
Tensor< 1, dim > shape_surface_grad_component(const unsigned int function_no, const unsigned int quadrature_point, const unsigned int component) const
Tensor< 1, dim > shape_surface_grad(const unsigned int function_no, const unsigned int quadrature_point) const
const NonMatching::ImmersedSurfaceQuadrature< dim > & get_quadrature() const
const ImmersedSurfaceQuadrature< dim > quadrature
#define DEAL_II_NAMESPACE_OPEN
Definition config.h:502
#define DEAL_II_NAMESPACE_CLOSE
Definition config.h:503
UpdateFlags