![]() |
Reference documentation for deal.II version 8.4.2
|
#include <deal.II/base/geometry_info.h>
Public Types | |
| enum | Possibilities |
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 494 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).
Definition at line 502 of file geometry_info.h.
1.8.12