37 template <std::
floating_po
int T>
38 std::pair<std::vector<T>, std::array<std::size_t, 2>>
56 std::vector<std::vector<std::vector<std::vector<int>>>>
64 template <std::
floating_po
int T>
65 std::pair<std::vector<T>, std::array<std::size_t, 2>>
89 template <std::
floating_po
int T>
95 template <std::
floating_po
int T>
96 std::pair<std::vector<T>, std::array<std::size_t, 2>>
103 template <std::
floating_po
int T>
104 std::pair<std::vector<T>, std::array<std::size_t, 2>>
116 template <std::
floating_po
int T>
127 template <std::
floating_po
int T>
128 std::pair<std::vector<T>, std::array<std::size_t, 3>>
Information about reference cells.
Definition: cell.h:17
std::vector< bool > facet_orientations(cell::type cell_type)
Definition: cell.cpp:505
int num_sub_entities(cell::type celltype, int dim)
Definition: cell.cpp:345
std::pair< std::vector< T >, std::array< std::size_t, 3 > > facet_jacobians(cell::type cell_type)
Definition: cell.cpp:610
cell::type sub_entity_type(cell::type celltype, int dim, int index)
Definition: cell.cpp:379
std::vector< T > facet_reference_volumes(cell::type cell_type)
Definition: cell.cpp:536
std::vector< std::vector< std::vector< int > > > topology(cell::type celltype)
Definition: cell.cpp:52
std::vector< std::vector< cell::type > > subentity_types(cell::type cell_type)
Definition: cell.cpp:546
type
Cell type.
Definition: cell.h:21
int topological_dimension(cell::type celltype)
Definition: cell.cpp:294
std::vector< std::vector< std::vector< std::vector< int > > > > sub_entity_connectivity(cell::type celltype)
Definition: cell.cpp:143
std::pair< std::vector< T >, std::array< std::size_t, 2 > > sub_entity_geometry(cell::type celltype, int dim, int index)
Definition: cell.cpp:321
std::pair< std::vector< T >, std::array< std::size_t, 2 > > facet_normals(cell::type cell_type)
Definition: cell.cpp:450
T volume(cell::type cell_type)
Definition: cell.cpp:404
std::pair< std::vector< T >, std::array< std::size_t, 2 > > facet_outward_normals(cell::type cell_type)
Definition: cell.cpp:431
std::pair< std::vector< T >, std::array< std::size_t, 2 > > geometry(cell::type celltype)
Definition: cell.cpp:20