Chi-Tech
SPLS.h
Go to the documentation of this file.
1#ifndef CHI_SPLS_H
2#define CHI_SPLS_H
3
5
7{
8
9// ###################################################################
10/**Contains the sweep plane data.*/
11struct SPLS
12{
13 std::vector<int> item_id;
14};
15
16// ###################################################################
17/**Stage-wise Task Dependency Graph.
18 * Contains the global sweep plane data.*/
19struct STDG
20{
21 std::vector<int> item_id;
22};
23
24} // namespace chi_mesh::sweep_management
25
26#endif // CHI_SPLS_H
std::vector< int > item_id
Definition: SPLS.h:13
std::vector< int > item_id
Definition: SPLS.h:21