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
263a242f
Commit
263a242f
authored
Mar 23, 2021
by
jannick.wolters
Browse files
fixed dimensions
parent
806f4992
Pipeline
#142957
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
code/src/solvers/csdpnsolver.cpp
View file @
263a242f
...
@@ -29,8 +29,6 @@ Vector Energy2Time( const Vector& E, const double E_CutOff ) {
...
@@ -29,8 +29,6 @@ Vector Energy2Time( const Vector& E, const double E_CutOff ) {
}
}
CSDPNSolver
::
CSDPNSolver
(
Config
*
settings
)
:
PNSolver
(
settings
)
{
CSDPNSolver
::
CSDPNSolver
(
Config
*
settings
)
:
PNSolver
(
settings
)
{
blaze
::
transpose
(
sigma_ref
);
_dose
=
std
::
vector
<
double
>
(
_settings
->
GetNCells
(),
0.0
);
_dose
=
std
::
vector
<
double
>
(
_settings
->
GetNCells
(),
0.0
);
// only dummies for compilation
// only dummies for compilation
...
@@ -61,7 +59,7 @@ CSDPNSolver::CSDPNSolver( Config* settings ) : PNSolver( settings ) {
...
@@ -61,7 +59,7 @@ CSDPNSolver::CSDPNSolver( Config* settings ) : PNSolver( settings ) {
// blaze::column( sigma_t, i ) = interp( _energies );
// blaze::column( sigma_t, i ) = interp( _energies );
}
}
Interpolation
interpS
(
E_
ref
,
S_tab
);
Interpolation
interpS
(
E_
tab
,
S_tab
);
_s
=
interpS
(
_energies
);
_s
=
interpS
(
_energies
);
}
}
...
...
jannick.wolters
@jm2154
mentioned in commit
a42f9fc2
·
Apr 30, 2021
mentioned in commit
a42f9fc2
mentioned in commit a42f9fc2796def0cf41052505269373718097769
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