![]() |
deal.II version 9.7.1
|
#include <deal.II/non_matching/fe_values.h>
Struct storing UpdateFlags for the 3 regions of a cell, 

![\[N = \{x \in K : \psi(x) < 0 \}, \\
P = \{x \in K : \psi(x) > 0 \}, \\
S = \{x \in K : \psi(x) = 0 \}.
\]](form_2192.png)
As in the QuadratureGenerator class, we refer to 


Definition at line 57 of file fe_values.h.
Public Member Functions | |
| RegionUpdateFlags () | |
Public Attributes | |
| UpdateFlags | inside |
| UpdateFlags | outside |
| UpdateFlags | surface |
| NonMatching::RegionUpdateFlags::RegionUpdateFlags | ( | ) |
Constructor, sets the UpdateFlags for each region to update_default.
Definition at line 36 of file fe_values.cc.
| UpdateFlags NonMatching::RegionUpdateFlags::inside |
Flags for the region 
Definition at line 67 of file fe_values.h.
| UpdateFlags NonMatching::RegionUpdateFlags::outside |
Flags for the region 
Definition at line 72 of file fe_values.h.
| UpdateFlags NonMatching::RegionUpdateFlags::surface |
Flags for the region 
Definition at line 77 of file fe_values.h.