37template <std::
floating_po
int T>
38std::pair<std::vector<T>, std::array<std::size_t, 2>>
57std::vector<std::vector<std::vector<std::vector<int>>>>
65template <std::
floating_po
int T>
66std::pair<std::vector<T>, std::array<std::size_t, 2>>
90template <std::
floating_po
int T>
96template <std::
floating_po
int T>
97std::pair<std::vector<T>, std::array<std::size_t, 2>>
105template <std::
floating_po
int T>
106std::pair<std::vector<T>, std::array<std::size_t, 2>>
113template <std::
floating_po
int T>
114std::pair<std::vector<T>, std::array<std::size_t, 2>>
126template <std::
floating_po
int T>
139template <std::
floating_po
int T>
140std::pair<std::vector<T>, std::array<std::size_t, 3>>
147template <std::
floating_po
int T>
148std::pair<std::vector<T>, std::array<std::size_t, 3>>
155template <std::
floating_po
int T>
156std::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:556
int num_sub_entities(cell::type celltype, int dim)
Definition cell.cpp:345
type
Cell type.
Definition cell.h:21
std::pair< std::vector< T >, std::array< std::size_t, 3 > > facet_jacobians(cell::type cell_type)
Definition cell.cpp:693
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:587
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:598
std::pair< std::vector< T >, std::array< std::size_t, 3 > > edge_jacobians(cell::type cell_type)
Definition cell.cpp:707
std::pair< std::vector< T >, std::array< std::size_t, 3 > > entity_jacobians(cell::type cell_type, std::size_t e_dim)
Definition cell.cpp:662
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
std::pair< std::vector< T >, std::array< std::size_t, 2 > > scaled_facet_normals(cell::type cell_type)
Definition cell.cpp:507
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