37template <std::
floating_po
int T>
38std::pair<std::vector<T>, std::array<std::size_t, 2>>
56std::vector<std::vector<std::vector<std::vector<int>>>>
64template <std::
floating_po
int T>
65std::pair<std::vector<T>, std::array<std::size_t, 2>>
89template <std::
floating_po
int T>
95template <std::
floating_po
int T>
96std::pair<std::vector<T>, std::array<std::size_t, 2>>
103template <std::
floating_po
int T>
104std::pair<std::vector<T>, std::array<std::size_t, 2>>
116template <std::
floating_po
int T>
127template <std::
floating_po
int T>
128std::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