|
template spaghetti to get Sequence s of the data with the right type
|
Complete_element_container< element_t >::view_t | elem_v |
| a view of the elements that does not allow addition or removal
|
|
Vector_view< Kernel_element &, element_t &, &trivial_convert< Kernel_element &, element_t & >, Sequence > | kernel_elems |
|
Connection_view< Face_connection< element_t > & > | elem_face_con_v |
|
Vector_view< Kernel_connection &, Face_connection< element_t > &, &trivial_convert< Kernel_connection &, Face_connection< element_t > & >, Sequence > | kernel_cons |
|
Connection_view< Element_connection & > | elem_con_v |
|
std::array< Vector_view< ref_con_t &, std::unique_ptr< ref_con_t >, &ptr_convert< ref_con_t &, std::unique_ptr< ref_con_t > > >, 3 > | ref_con_vs |
|
Concatenation< ref_con_t & > | ref_con_cat01 |
|
Concatenation< ref_con_t & > | ref_con_v |
|
Vector_view< Refined_face &, ref_con_t &, &ref_face, Concatenation > | ref_v |
|
Vector_view< Hanging_vertex_matcher &, ref_con_t &, &matcher, Concatenation > | matcher_v |
|
Vector_view< Boundary_connection &, std::unique_ptr< Typed_bound_connection< element_t > >, ptr_convert< Boundary_connection &, std::unique_ptr< Typed_bound_connection< element_t > > > > | bound_con_v |
|
Vector_view< Face_connection< Deformed_element > &, std::unique_ptr< Typed_bound_connection< element_t > >, ptr_convert< Face_connection< Deformed_element > &, std::unique_ptr< Typed_bound_connection< element_t > > > > | bound_face_con_view |
|
Concatenation< Face_connection< element_t > & > | face_con_v |
|
static std::vector< Element_face_connection< element_t > > | empty_con_vec {} |
|
static Vector_view< Face_connection< element_t > &, Element_face_connection< element_t > > | empty_con_view {Mesh_by_type<element_t>::empty_con_vec} |
|
static Refined_face & | ref_face (ref_con_t &ref_con) |
|
static Hanging_vertex_matcher & | matcher (ref_con_t &ref_con) |
|
template<typename element_t>
class hexed::Mesh_by_type< element_t >
Stores numerical data of a particular type and provides free access. This is really a helper class for Accessible_mesh
which grew to the point that it deserved its own file.