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
974a82b9
Commit
974a82b9
authored
Mar 22, 2021
by
Steffen Schotthöfer
Browse files
added to .h
Former-commit-id:
8728d2cf
parent
cecb1465
Changes
1
Hide whitespace changes
Inline
Side-by-side
code/include/solvers/csdpnsolver.h
View file @
974a82b9
...
...
@@ -30,6 +30,10 @@ class CSDPNSolver : public PNSolver
void
Solve
()
override
;
private:
void
IterPreprocessing
(
unsigned
/*idx_iter*/
)
override
;
void
ComputeRadFlux
()
override
;
void
FluxUpdate
()
override
;
void
FVMUpdate
(
unsigned
idx_energy
)
override
;
void
PrepareVolumeOutput
()
override
;
void
WriteVolumeOutput
(
unsigned
idx_pseudoTime
)
override
;
};
...
...
Write
Preview
Supports
Markdown
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