Reference documentation for deal.II version GIT relicensing-437-g81ec864850 2024-04-19 07:30: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< 2 > Struct Reference

Public Types

enum  Possibilities { case_none = 0 , case_x = 1 , case_isotropic = case_x }
 

Detailed Description

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

This specialization is used for dim=2, where it offers the following possibilities: a face (line) being refined (case_x) or not refined (case_no).

Definition at line 1025 of file geometry_info.h.

Member Enumeration Documentation

◆ Possibilities

enum internal::SubfacePossibilities< 2 >::Possibilities

Possible cases of faces being subdivided into subface.

In 2d there are following possibilities: a face (line) being refined * (case_x) or not refined (case_no).

Enumerator
case_none 

Do not refine.

case_x 

Cut in the x-direction.

case_isotropic 

Refine isotropically.

Definition at line 1033 of file geometry_info.h.


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