mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Added multigroup support for shared fission bank. Should be relatively easy to support for GPU.
This commit is contained in:
parent
e59a70ebb7
commit
747971dffe
4 changed files with 45 additions and 19 deletions
|
|
@ -34,8 +34,9 @@ scatter(Particle* p);
|
|||
//! from fission and creates the appropriate bank sites.
|
||||
//! \param p Particle to operate on
|
||||
//! \param bank The particle bank to populate
|
||||
//! \param use_fission_bank Indicates if shared global fission bank should be used
|
||||
void
|
||||
create_fission_sites(Particle* p, std::vector<Particle::Bank>& bank);
|
||||
create_fission_sites(Particle* p, std::vector<Particle::Bank>& bank, bool use_fission_bank);
|
||||
|
||||
//! \brief Handles an absorption event
|
||||
//! \param p Particle to operate on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue