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
b0eb1ce8
Commit
b0eb1ce8
authored
Dec 21, 2020
by
Steffen Schotthöfer
Browse files
small fix for cluster
parent
7ae294dc
Pipeline
#124391
canceled with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
code/src/solvers/csdsnsolvernotrafo.cpp
View file @
b0eb1ce8
...
...
@@ -91,7 +91,7 @@ CSDSNSolverNoTrafo::CSDSNSolverNoTrafo( Config* settings ) : SNSolver( settings
}
void
CSDSNSolverNoTrafo
::
Solve
()
{
std
::
cout
<<
"Solve"
<<
std
::
endl
;
//
std::cout << "Solve" << std::endl;
auto
log
=
spdlog
::
get
(
"event"
);
// angular flux at next time step (maybe store angular flux at all time steps, since time becomes energy?)
...
...
code/src/solvers/csdsolvertrafofpsh2d.cpp
View file @
b0eb1ce8
...
...
@@ -125,7 +125,7 @@ CSDSolverTrafoFPSH2D::CSDSolverTrafoFPSH2D( Config* settings ) : SNSolver( setti
}
void
CSDSolverTrafoFPSH2D
::
Solve
()
{
std
::
cout
<<
"Solve SH"
<<
std
::
endl
;
//
std::cout << "Solve SH" << std::endl;
auto
log
=
spdlog
::
get
(
"event"
);
// save original energy field for boundary conditions
...
...
jannick.wolters
@jm2154
mentioned in commit
037478d2
·
Apr 30, 2021
mentioned in commit
037478d2
mentioned in commit 037478d21fd76cde16c1d042f8fed8c4751bb94f
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