Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KiT-RT
KiT-RT
Commits
041071fe
Commit
041071fe
authored
Mar 23, 2021
by
Steffen Schotthöfer
Browse files
small change
parent
81071fa4
Pipeline
#142967
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
code/src/solvers/csdpnsolver.cpp
View file @
041071fe
...
...
@@ -56,7 +56,7 @@ CSDPNSolver::CSDPNSolver( Config* settings ) : PNSolver( settings ) {
Matrix
sigma_t
(
_energies
.
size
(),
sigma_ref
.
rows
()
);
for
(
unsigned
idx_degree
=
0
;
idx_degree
<
_polyDegreeBasis
;
++
idx_degree
)
{
Vector
xs_m
=
blaze
::
column
(
sigma_ref
,
idx_degree
);
Vector
xs_m
=
blaze
::
column
(
sigma_ref
,
idx_degree
);
// Scattering cross section Moments
Interpolation
interp
(
E_ref
,
xs_m
);
// blaze::column( sigma_t, i ) = interp( _energies );
}
...
...
jannick.wolters
@jm2154
mentioned in commit
75aeb284
·
Apr 30, 2021
mentioned in commit
75aeb284
mentioned in commit 75aeb2844a8cf3be951d94dca3e2967cd445b16d
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment