BELFEM 0.9.0
Berkeley Lab Finite Element Framework
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
11namespace belfem
12{
13 namespace graph
14 {
15 Vertex *
17 Cell< Vertex * > & aGraph,
18 const proc_t aOwnerSubset=gNoOwner ) ;
19
20 }
21}
22#endif //BELFEM_FN_GRAPH_MULTIBFS_HPP
Graph node with an adjacency list; the vertex type the graph algorithms operate on.
Definition cl_Graph_Vertex.hpp:32
Definition cl_Graph_Vertex.cpp:21
Vertex * multibfs(Cell< Vertex * > &aGraph, const proc_t aOwnerSubset)
Definition fn_Graph_multibfs.cpp:17
USER GUIDES:
Definition cl_Capacitor.cpp:16
int proc_t
Definition commtypes.hpp:29
constexpr proc_t gNoOwner
Definition typedefs.hpp:59