Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Mpp
MLMC
Commits
b0b95502
Commit
b0b95502
authored
Jan 09, 2021
by
niklas.baumgarten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix flux gen. flux gen is not working yet
parent
3fe9830c
Pipeline
#131993
failed with stages
in 8 minutes and 16 seconds
Changes
2
Pipelines
76
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mlmc/src/generators/algorithms/HybridFluxGenerator.cpp
mlmc/src/generators/algorithms/HybridFluxGenerator.cpp
+1
-1
mlmc/src/generators/algorithms/HybridFluxGenerator.hpp
mlmc/src/generators/algorithms/HybridFluxGenerator.hpp
+1
-1
No files found.
mlmc/src/generators/algorithms/HybridFluxGenerator.cpp
View file @
b0b95502
...
...
@@ -35,7 +35,7 @@ Scalar HybridFaceNormalFluxGenerator::EvalSample(int face, const cell &c) {
HybridFaceNormalFluxGenerator
::~
HybridFaceNormalFluxGenerator
()
{
delete
faceMGraphs
;
delete
cellMGraphs
;
//
delete cellMGraphs;
delete
pdeSolver
;
delete
solutionFaceValues
;
delete
solutionFaceFlux
;
...
...
mlmc/src/generators/algorithms/HybridFluxGenerator.hpp
View file @
b0b95502
...
...
@@ -12,7 +12,7 @@ private:
// Created in constructor
MatrixGraphs
*
faceMGraphs
;
MatrixGraphs
*
cellMGraphs
;
//
MatrixGraphs *cellMGraphs;
void
createPDESolver
();
...
...
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