Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Six_1g_spherical_benchmarks/Problem_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
xs_mat.CreateSimpleOneGroup(sigma_t=sigt, c=c)

# Boundary source
bsrc = [1.0]
bsrc = [4.0 * np.pi]

# Angular quadrature
pquad = GLCProductQuadrature3DXYZ(n_polar=2, n_azimuthal=4)
Expand Down
2 changes: 1 addition & 1 deletion Six_1g_spherical_benchmarks/Problem_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
xs_mat.CreateSimpleOneGroup(sigma_t=sigt, c=c)

# Boundary source
bsrc = [1.0]
bsrc = [4.0 * np.pi]

# Angular quadrature
pquad = GLCProductQuadrature3DXYZ(n_polar=2, n_azimuthal=4)
Expand Down
2 changes: 1 addition & 1 deletion Six_1g_spherical_benchmarks/Problem_4.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
xs_mat.CreateSimpleOneGroup(sigma_t=1.0, c=0.0)

# Boundary source
bsrc = [1.0]
bsrc = [4.0 * np.pi]

# Angular quadrature
pquad = GLCProductQuadrature3DXYZ(n_polar=2, n_azimuthal=4)
Expand Down
2 changes: 1 addition & 1 deletion Six_1g_spherical_benchmarks/Problem_5.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
xs_mat.CreateSimpleOneGroup(sigma_t=1.0, c=0.0)

# Boundary source
bsrc = [1.0]
bsrc = [4.0 * np.pi]

# Angular quadrature
pquad = GLCProductQuadrature3DXYZ(n_polar=2, n_azimuthal=4)
Expand Down