![]() |
deal.II version 9.7.0
|
Functions | |
| template<int dim> | |
| constexpr const ReferenceCell & | get_simplex () |
| template<int dim> | |
| constexpr const ReferenceCell & | get_hypercube () |
| template<int structdim> | |
| constexpr unsigned int | max_n_vertices () |
| template<int structdim> | |
| constexpr unsigned int | max_n_lines () |
| template<int structdim> | |
| constexpr unsigned int | max_n_faces () |
Variables | |
| constexpr ReferenceCell | Vertex = internal::make_reference_cell_from_int(0) |
| constexpr ReferenceCell | Line = internal::make_reference_cell_from_int(1) |
| constexpr ReferenceCell | Triangle = internal::make_reference_cell_from_int(2) |
| constexpr ReferenceCell | Quadrilateral |
| constexpr ReferenceCell | Tetrahedron |
| constexpr ReferenceCell | Pyramid = internal::make_reference_cell_from_int(5) |
| constexpr ReferenceCell | Wedge = internal::make_reference_cell_from_int(6) |
| constexpr ReferenceCell | Hexahedron |
| constexpr ReferenceCell | Invalid |
A namespace in which we define objects that correspond to specific reference cells. The objects defined here are a complete enumeration of all possible reference cells that can be used in deal.II.
|
inlineconstexpr |
Return the correct simplex reference cell type for the given dimension dim. Depending on the template argument dim, this function returns a reference to either Vertex, Line, Triangle, or Tetrahedron.
Definition at line 2782 of file reference_cell.h.
|
inlineconstexpr |
Return the correct hypercube reference cell type for the given dimension dim. Depending on the template argument dim, this function returns a reference to either Vertex, Quadrilateral, or Hexahedron.
Definition at line 2804 of file reference_cell.h.
Return the maximum number of vertices an object of dimension structdim can have. This is always the number of vertices of a structdim-dimensional hypercube.
Definition at line 2826 of file reference_cell.h.
Return the maximum number of lines an object of dimension structdim can have. This is always the number of lines of a structdim-dimensional hypercube.
Definition at line 2835 of file reference_cell.h.
Return the maximum number of faces an object of dimension structdim can have. This is always the number of faces of a structdim-dimensional hypercube.
is a unique index to the face_noth face of the current cell.
Definition at line 2844 of file reference_cell.h.
|
constexpr |
Definition at line 1256 of file reference_cell.h.
|
constexpr |
Definition at line 1257 of file reference_cell.h.
|
constexpr |
Definition at line 1258 of file reference_cell.h.
|
constexpr |
Definition at line 1259 of file reference_cell.h.
|
constexpr |
Definition at line 1261 of file reference_cell.h.
|
constexpr |
Definition at line 1263 of file reference_cell.h.
|
constexpr |
Definition at line 1264 of file reference_cell.h.
|
constexpr |
Definition at line 1265 of file reference_cell.h.
|
constexpr |
Definition at line 1267 of file reference_cell.h.