Go to the source code of this file.
Namespaces | |
namespace | Foam |
Namespace for OpenFOAM. | |
Typedefs | |
typedef adjacency_list< setS, vecS, undirectedS, property< vertex_color_t, default_color_type, property< vertex_degree_t, Foam::label, property< vertex_priority_t, Foam::scalar > > > > | Graph |
typedef graph_traits< Graph >::vertex_descriptor | Vertex |
typedef graph_traits< Graph >::vertices_size_type | size_type |
Functions | |
defineTypeNameAndDebug (SloanRenumber, 0) | |
addToRunTimeSelectionTable (renumberMethod, SloanRenumber, dictionary) | |
Original source file SloanRenumber.C
Adapted from Boost graph/example/sloan_ordering.cpp
Definition in file SloanRenumber.C.
typedef adjacency_list< setS, vecS, undirectedS, property < vertex_color_t, default_color_type, property < vertex_degree_t, Foam::label, property < vertex_priority_t, Foam::scalar > > >> Graph |
Definition at line 72 of file SloanRenumber.C.
Definition at line 74 of file SloanRenumber.C.
Definition at line 75 of file SloanRenumber.C.