Chi-Tech
|
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::Cell * | cell_ptr_ |
bool | completed_ = false |
Sweep Plane Data Structure.
Definition at line 32 of file sweep_namespace.h.
const chi_mesh::Cell* chi_mesh::sweep_management::Task::cell_ptr_ |
Definition at line 37 of file sweep_namespace.h.
bool chi_mesh::sweep_management::Task::completed_ = false |
Definition at line 38 of file sweep_namespace.h.
unsigned int chi_mesh::sweep_management::Task::num_dependencies_ |
Definition at line 34 of file sweep_namespace.h.
uint64_t chi_mesh::sweep_management::Task::reference_id_ |
Definition at line 36 of file sweep_namespace.h.
std::vector<uint64_t> chi_mesh::sweep_management::Task::successors_ |
Definition at line 35 of file sweep_namespace.h.