Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mpp
MLUQ
Commits
40c15de7
Commit
40c15de7
authored
Mar 10, 2021
by
niklas.baumgarten
Browse files
removing matrix graph
parent
11180fd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
mlmc/src/basics/Sample.hpp
View file @
40c15de7
...
...
@@ -3,7 +3,6 @@
#include "Level.hpp"
#include "matrixgraph/CellMatrixGraph.hpp"
#include "Algebra.hpp"
#include <string>
...
...
@@ -49,22 +48,6 @@ struct SampleSolution {
Init
();
}
SampleSolution
(
MatrixGraphs
*
solMGraphs
,
int
mGlevel
,
const
std
::
string
&
name
=
"U"
)
:
U
(
Vector
((
*
solMGraphs
)[
mGlevel
])),
name
(
name
)
{
Init
();
}
SampleSolution
(
MatrixGraphs
*
solMGraphs
,
const
SampleID
&
id
,
const
std
::
string
&
name
=
"U"
)
:
id
(
id
),
U
(
Vector
((
*
solMGraphs
)[
id
.
l
()
-
id
.
level
.
pLevel
])),
name
(
name
)
{
Init
();
}
SampleSolution
(
IDiscretization
*
disc
,
const
SampleID
&
id
,
const
std
::
string
&
name
=
"U"
)
:
...
...
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