16 #include <deal.II/base/geometry_info.h> 17 #include <deal.II/base/tensor.h> 19 DEAL_II_NAMESPACE_OPEN
34 constexpr std::array<int, GeometryInfo<dim>::faces_per_cell>
42 constexpr std::array<unsigned int, GeometryInfo<dim>::faces_per_cell>
46 constexpr std::array<unsigned int, GeometryInfo<dim>::vertices_per_cell>
50 constexpr std::array<unsigned int, GeometryInfo<dim>::faces_per_cell>
54 constexpr std::array<unsigned int, GeometryInfo<dim>::vertices_per_cell>
57 const std::array<unsigned int, GeometryInfo<0>::vertices_per_cell>
60 const std::array<unsigned int, GeometryInfo<0>::vertices_per_cell>
71 alternating_form_at_vertices
72 #ifndef DEAL_II_CONSTEXPR_BUG 73 (
const Point<1> (&)[vertices_per_cell],
83 alternating_form_at_vertices
84 #ifndef DEAL_II_CONSTEXPR_BUG 85 (
const Point<2> (&)[vertices_per_cell],
95 alternating_form_at_vertices
96 #ifndef DEAL_II_CONSTEXPR_BUG 97 (
const Point<2> (&vertices)[vertices_per_cell],
107 alternating_form_at_vertices
108 #ifndef DEAL_II_CONSTEXPR_BUG 109 (
const Point<3> (&vertices)[vertices_per_cell],
120 alternating_form_at_vertices
121 #ifndef DEAL_II_CONSTEXPR_BUG 122 (
const Point<3> (&vertices)[vertices_per_cell],
129 DEAL_II_NAMESPACE_CLOSE