Chi-Tech
Toggle main menu visibility
Main Page
Related Pages
Input Reference
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
Variables
Typedefs
a
c
d
e
f
i
m
n
p
q
s
t
u
v
x
Enumerations
a
b
c
e
f
g
i
m
n
o
p
q
r
s
t
u
v
Enumerator
a
b
c
d
e
f
m
n
o
p
r
s
u
z
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
:
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
u
v
w
Enumerations
Enumerator
Related Functions
Files
File List
Globals
All
a
c
d
e
g
i
j
l
m
n
o
p
r
s
t
u
v
x
y
z
Functions
Typedefs
Macros
a
c
d
e
g
i
j
l
m
n
p
r
s
t
u
x
y
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
lbsrz_setsweepchunk.cc
Go to the documentation of this file.
1
#include "
lbs_curvilinear_solver.h
"
2
3
#include "
SweepChunks/lbs_curvilinear_sweepchunk_pwl.h
"
4
5
namespace
lbs
6
{
7
8
std::shared_ptr<chi_mesh::sweep_management::SweepChunk>
9
lbs::DiscreteOrdinatesCurvilinearSolver::SetSweepChunk
(
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
}
lbs::DiscreteOrdinatesCurvilinearSolver::SetSweepChunk
std::shared_ptr< SweepChunk > SetSweepChunk(lbs::LBSGroupset &groupset) override
Definition:
lbsrz_setsweepchunk.cc:9
lbs::LBSGroupset
Definition:
lbs_groupset.h:36
lbs::LBSGroupset::id_
int id_
Definition:
lbs_groupset.h:40
lbs_curvilinear_solver.h
lbs_curvilinear_sweepchunk_pwl.h
lbs
Definition:
acceleration.cc:10
modules
LinearBoltzmannSolvers
C_DiscreteOrdinatesCurvilinearSolver
lbsrz_setsweepchunk.cc
Generated by
1.9.3