Reference documentation for deal.II version 9.1.1
|
#include <deal.II/base/geometry_info.h>
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 842 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 850 of file geometry_info.h.