mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Use RegularMesh* for entropy and ufs
This commit is contained in:
parent
3cee8a77fc
commit
f4ae14af39
8 changed files with 68 additions and 45 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue