![]() |
Reference documentation for deal.II version GIT 9042b9283b 2023-12-02 14:50:02+00:00
|
Functions | |
template<int dim> | |
constexpr const ReferenceCell & | get_simplex () |
template<int dim> | |
constexpr const ReferenceCell & | get_hypercube () |
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.
|
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 2089 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 2111 of file reference_cell.h.
|
constexpr |
Definition at line 990 of file reference_cell.h.
|
constexpr |
Definition at line 992 of file reference_cell.h.
|
constexpr |
Definition at line 994 of file reference_cell.h.
|
constexpr |
Definition at line 996 of file reference_cell.h.
|
constexpr |
Definition at line 998 of file reference_cell.h.
|
constexpr |
Definition at line 1000 of file reference_cell.h.
|
constexpr |
Definition at line 1002 of file reference_cell.h.
|
constexpr |
Definition at line 1004 of file reference_cell.h.
|
constexpr |
Definition at line 1006 of file reference_cell.h.