![]() |
deal.II version GIT relicensing-2684-gc61376a70f 2025-02-22 15:30: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 const ReferenceCell | Vertex |
constexpr const ReferenceCell | Line |
constexpr const ReferenceCell | Triangle |
constexpr const ReferenceCell | Quadrilateral |
constexpr const ReferenceCell | Tetrahedron |
constexpr const ReferenceCell | Pyramid |
constexpr const ReferenceCell | Wedge |
constexpr const ReferenceCell | Hexahedron |
constexpr const 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 2757 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 2779 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 2801 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 2810 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 2819 of file reference_cell.h.
|
constexprprivate |
Definition at line 1219 of file reference_cell.h.
|
constexprprivate |
Definition at line 1221 of file reference_cell.h.
|
constexprprivate |
Definition at line 1223 of file reference_cell.h.
|
constexprprivate |
Definition at line 1225 of file reference_cell.h.
|
constexprprivate |
Definition at line 1227 of file reference_cell.h.
|
constexprprivate |
Definition at line 1229 of file reference_cell.h.
|
constexprprivate |
Definition at line 1231 of file reference_cell.h.
|
constexprprivate |
Definition at line 1233 of file reference_cell.h.
|
constexprprivate |
Definition at line 1235 of file reference_cell.h.