Loading [MathJax]/extensions/TeX/newcommand.js
 deal.II version GIT relicensing-3020-gf6ff73b199 2025-04-05 03:00:00+00:00
\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}} \newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=} \newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]} \newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Typedefs
DoFRenumbering::boost::boosttypes Namespace Reference

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 >
 

Typedef Documentation

◆ Graph

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.

◆ Vertex

using DoFRenumbering::boost::boosttypes::Vertex = typedef graph_traits<Graph>::vertex_descriptor

Definition at line 83 of file dof_renumbering.cc.

◆ size_type

using DoFRenumbering::boost::boosttypes::size_type = typedef graph_traits<Graph>::vertices_size_type

Definition at line 84 of file dof_renumbering.cc.

◆ Pair

Definition at line 86 of file dof_renumbering.cc.