![]() |
deal.II version GIT relicensing-3321-g4b434670a0 2025-05-16 17:40:00+00:00
|
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.
|
inlineconstexprprivate |
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 2770 of file reference_cell.h.
|
inlineconstexprprivate |
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 2792 of file reference_cell.h.
|
inlineconstexprprivate |
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 2814 of file reference_cell.h.
|
inlineconstexprprivate |
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 2823 of file reference_cell.h.
|
inlineconstexprprivate |
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_no
th face of the current cell.
Definition at line 2832 of file reference_cell.h.
|
constexprprivate |
Definition at line 1244 of file reference_cell.h.
|
constexprprivate |
Definition at line 1245 of file reference_cell.h.
|
constexprprivate |
Definition at line 1246 of file reference_cell.h.
|
constexprprivate |
Definition at line 1247 of file reference_cell.h.
|
constexprprivate |
Definition at line 1249 of file reference_cell.h.
|
constexprprivate |
Definition at line 1251 of file reference_cell.h.
|
constexprprivate |
Definition at line 1252 of file reference_cell.h.
|
constexprprivate |
Definition at line 1253 of file reference_cell.h.
|
constexprprivate |
Definition at line 1255 of file reference_cell.h.