deal.II version GIT relicensing-2169-gec1b43f35b 2024-11-22 07:10:00+00:00
|
Public Types | |
enum | Possibilities { case_none = 0 , case_isotropic = case_none } |
A class that provides all possible situations a face (in the current space dimension dim
) might be subdivided into subfaces.
For dim=0
we provide a dummy implementation only.
Definition at line 944 of file geometry_info.h.
enum internal::SubfacePossibilities< 0 >::Possibilities |
Possible cases of faces being subdivided into subface.
Dummy implementation.
Enumerator | |
---|---|
case_none | Do not refine. |
case_isotropic | Refine isotropically. |
Definition at line 951 of file geometry_info.h.