Use RegularMesh* for entropy and ufs

This commit is contained in:
Sterling Harper 2019-05-28 19:57:52 -04:00
parent 3cee8a77fc
commit f4ae14af39
8 changed files with 68 additions and 45 deletions

View file

@ -247,6 +247,9 @@ int total_gen {0};
double total_weight;
int64_t work_per_rank;
const RegularMesh* entropy_mesh {nullptr};
const RegularMesh* ufs_mesh {nullptr};
std::vector<double> k_generation;
std::vector<int64_t> work_index;