deal.II version GIT relicensing-2169-gec1b43f35b 2024-11-22 07:10:00+00:00
|
Public Types | |
enum | Possibilities { case_none = 0 , case_x = 1 , case_isotropic = case_x } |
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 1007 of file geometry_info.h.
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 1015 of file geometry_info.h.