Chi-Tech
chi_mesh::sweep_management::Task Struct Reference

Sweep Plane Data Structure. More...

#include <sweep_namespace.h>

Data Fields

unsigned int num_dependencies_
 
std::vector< uint64_t > successors_
 
uint64_t reference_id_
 
const chi_mesh::Cellcell_ptr_
 
bool completed_ = false
 

Detailed Description

Sweep Plane Data Structure.

Definition at line 32 of file sweep_namespace.h.

Field Documentation

◆ cell_ptr_

const chi_mesh::Cell* chi_mesh::sweep_management::Task::cell_ptr_

Definition at line 37 of file sweep_namespace.h.

◆ completed_

bool chi_mesh::sweep_management::Task::completed_ = false

Definition at line 38 of file sweep_namespace.h.

◆ num_dependencies_

unsigned int chi_mesh::sweep_management::Task::num_dependencies_

Definition at line 34 of file sweep_namespace.h.

◆ reference_id_

uint64_t chi_mesh::sweep_management::Task::reference_id_

Definition at line 36 of file sweep_namespace.h.

◆ successors_

std::vector<uint64_t> chi_mesh::sweep_management::Task::successors_

Definition at line 35 of file sweep_namespace.h.


The documentation for this struct was generated from the following file: