Reference documentation for deal.II version GIT relicensing-233-g802318d791 2024-03-28 20:20: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\}}\)
Loading...
Searching...
No Matches
Public Types | List of all members
internal::SubfacePossibilities< 1 > Struct Reference

Public Types

enum  Possibilities { case_none = 0 , case_isotropic = case_none }
 

Detailed Description

A class that provides all possible situations a face (in the current space dimension dim) might be subdivided into subfaces.

For dim=1 there are no faces. Thereby, there are no subface possibilities.

Definition at line 991 of file geometry_info.h.

Member Enumeration Documentation

◆ Possibilities

enum internal::SubfacePossibilities< 1 >::Possibilities

Possible cases of faces being subdivided into subface.

In 1d there are no faces, thus no subface possibilities.

Enumerator
case_none 

Do not refine.

case_isotropic 

Refine isotropically.

Definition at line 998 of file geometry_info.h.


The documentation for this struct was generated from the following file: