![]() |
Reference documentation for deal.II version GIT 00e6fe71c9 2023-06-04 19:35:01+00:00
|
Typedefs | |
using | Graph = adjacency_list< vecS, vecS, undirectedS, property< vertex_color_t, default_color_type, property< vertex_degree_t, int > >> |
using | Vertex = graph_traits< Graph >::vertex_descriptor |
using | size_type = graph_traits< Graph >::vertices_size_type |
using | Pair = std::pair< size_type, size_type > |
using DoFRenumbering::boost::boosttypes::Graph = typedef adjacency_list<vecS, vecS, undirectedS, property<vertex_color_t, default_color_type, property<vertex_degree_t, int> >> |
Definition at line 78 of file dof_renumbering.cc.
using DoFRenumbering::boost::boosttypes::Vertex = typedef graph_traits<Graph>::vertex_descriptor |
Definition at line 84 of file dof_renumbering.cc.
using DoFRenumbering::boost::boosttypes::size_type = typedef graph_traits<Graph>::vertices_size_type |
Definition at line 85 of file dof_renumbering.cc.
using DoFRenumbering::boost::boosttypes::Pair = typedef std::pair<size_type, size_type> |
Definition at line 87 of file dof_renumbering.cc.