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
037478d2
Commit
037478d2
authored
Dec 21, 2020
by
Steffen Schotthöfer
Browse files
small fix for cluster
Former-commit-id:
b0eb1ce8
parent
9bfa2acd
Changes
2
Hide whitespace changes
Inline
Side-by-side
code/src/solvers/csdsnsolvernotrafo.cpp
View file @
037478d2
...
...
@@ -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 @
037478d2
...
...
@@ -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
...
...
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