![]() |
Reference documentation for deal.II version 8.4.2
|
#include <deal.II/base/geometry_info.h>
Public Types | |
| enum | Possibilities |
A class that provides possible choices for isotropic and anisotropic refinement flags in the current space dimension.
This specialization is used for dim=3, where it offers refinement in x-, y- and z-direction separately, as well as combinations of these and isotropic refinement in all directions at the same time.
Definition at line 242 of file geometry_info.h.
| enum RefinementPossibilities< 3 >::Possibilities |
Possible values for refinement cases in the current dimension.
Note the construction of the values: the lowest bit describes a cut of the x-axis, the second to lowest bit corresponds to a cut of the y-axis and the third to lowest bit corresponds to a cut of the z-axis. Thus, the following relations hold (among others):
Only those cuts that are reasonable in a given space dimension are offered, of course.
In addition, the tag isotropic_refinement denotes isotropic refinement in the space dimension selected by the template argument of this class.
Definition at line 265 of file geometry_info.h.
1.8.12