BELFEM
0.9.0
Berkeley Lab Finite Element Framework
Toggle main menu visibility
Loading...
Searching...
No Matches
fn_Graph_multibfs.hpp
Go to the documentation of this file.
1
//
2
// Created by christian on 8/28/26.
3
//
4
5
#ifndef BELFEM_FN_GRAPH_MULTIBFS_HPP
6
#define BELFEM_FN_GRAPH_MULTIBFS_HPP
7
8
#include "
cl_Cell.hpp
"
9
#include "
cl_Graph_Vertex.hpp
"
10
11
namespace
belfem
12
{
13
namespace
graph
14
{
15
Vertex
*
16
multibfs
(
17
Cell< Vertex * > & aGraph,
18
const
proc_t
aOwnerSubset=
gNoOwner
) ;
19
20
}
21
}
22
#endif
//BELFEM_FN_GRAPH_MULTIBFS_HPP
cl_Cell.hpp
cl_Graph_Vertex.hpp
belfem::graph::Vertex
Graph node with an adjacency list; the vertex type the graph algorithms operate on.
Definition
cl_Graph_Vertex.hpp:32
belfem::graph
Definition
cl_Graph_Vertex.cpp:21
belfem::graph::multibfs
Vertex * multibfs(Cell< Vertex * > &aGraph, const proc_t aOwnerSubset)
Definition
fn_Graph_multibfs.cpp:17
belfem
USER GUIDES:
Definition
cl_Capacitor.cpp:16
belfem::proc_t
int proc_t
Definition
commtypes.hpp:29
belfem::gNoOwner
constexpr proc_t gNoOwner
Definition
typedefs.hpp:59
src
math
graph
fn_Graph_multibfs.hpp
Generated by
1.18.0