
Public Types | |
| enum | Possibilities { case_none = 0, case_isotropic = static_cast<unsigned char>(-1) } |
A class that provides all possible situations a face (in the current space dimension dim) might be subdivided into subfaces. For dim=1 and dim=2 they correspond to the cases given in RefinementPossibilities<dim-1>. However, SubfacePossibilities<3> includes the refinement cases of RefinementPossibilities<2>, but additionally some subface possibilities a face might be subdivided into which occur through repeated anisotropic refinement steps performed on one of two neighboring cells.
This general template is unused except in some weird template constructs. Actual is made, however, of the specializations SubfacePossibilities<1>, SubfacePossibilities<2> and SubfacePossibilities<3>.
Definition at line 442 of file geometry_info.h.
| enum internal::SubfacePossibilities::Possibilities |
Possible cases of faces being subdivided into subface.
Definition at line 449 of file geometry_info.h.
documentation generated on Fri Feb 3 2012 06:04:14 by
doxygen
1.7.2