Chi-Tech
lbsrz_setsweepchunk.cc
Go to the documentation of this file.
2
4
5namespace lbs
6{
7
8std::shared_ptr<chi_mesh::sweep_management::SweepChunk>
10 lbs::LBSGroupset& groupset)
11{
12 auto sweep_chunk =
13 std::make_shared<SweepChunkPWLRZ>(*grid_ptr_,
14 *discretization_,
15 unit_cell_matrices_,
16 secondary_unit_cell_matrices_,
17 cell_transport_views_,
18 phi_new_local_,
19 psi_new_local_[groupset.id_],
20 q_moments_local_,
21 groupset,
22 matid_to_xs_map_,
23 num_moments_,
24 max_cell_dof_count_);
25
26 return sweep_chunk;
27}
28
29}
std::shared_ptr< SweepChunk > SetSweepChunk(lbs::LBSGroupset &groupset) override