deal.II version GIT relicensing-2167-g9622207b8f 2024-11-21 12:40:00+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 77 of file dof_renumbering.cc.
using DoFRenumbering::boost::boosttypes::Vertex = typedef graph_traits<Graph>::vertex_descriptor |
Definition at line 83 of file dof_renumbering.cc.
using DoFRenumbering::boost::boosttypes::size_type = typedef graph_traits<Graph>::vertices_size_type |
Definition at line 84 of file dof_renumbering.cc.
using DoFRenumbering::boost::boosttypes::Pair = typedef std::pair<size_type, size_type> |
Definition at line 86 of file dof_renumbering.cc.