Reference documentation for deal.II version 9.1.1
|
This is the complete list of members for CellId, including all inherited members.
binary_type typedef | CellId | |
CellId(const unsigned int coarse_cell_id, const std::vector< std::uint8_t > &child_indices) | CellId | |
CellId(const unsigned int coarse_cell_id, const unsigned int n_child_indices, const std::uint8_t *child_indices) | CellId | |
CellId(const binary_type &binary_representation) | CellId | |
CellId() | CellId | |
child_indices | CellId | private |
coarse_cell_id | CellId | private |
n_child_indices | CellId | private |
operator!=(const CellId &other) const | CellId | inline |
operator<(const CellId &other) const | CellId | inline |
operator<<(std::ostream &os, const CellId &cid) | CellId | friend |
operator==(const CellId &other) const | CellId | inline |
operator>>(std::istream &is, CellId &cid) | CellId | friend |
serialize(Archive &ar, const unsigned int version) | CellId | |
to_binary() const | CellId | |
to_cell(const Triangulation< dim, spacedim > &tria) const | CellId | |
to_string() const | CellId |