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
db334439
Commit
db334439
authored
Mar 08, 2021
by
niklas.baumgarten
Browse files
dof dim?
parent
ca51b221
Changes
1
Hide whitespace changes
Inline
Side-by-side
mlmc/src/basics/PlotMap.hpp
View file @
db334439
...
...
@@ -56,13 +56,13 @@ struct PlotMap : public std::map<int, Plot *> {
}
string
checkData
(
const
SampleSolution
&
dataToPlot
)
{
return
dataToPlot
.
U
.
dof
::
Name
();
return
dataToPlot
.
U
.
Name
();
}
void
VtkPlot
(
const
SampleSolution
&
dataToPlot
)
{
string
dataType
=
checkData
(
dataToPlot
);
int
level
=
GetLevelInteger
(
dataToPlot
);
int
dataDim
=
dataToPlot
.
U
.
dof
::
size
()
;
int
dataDim
=
dataToPlot
.
U
.
DoFDim
();
// todo this is most likely another
size()
now
UpdateDirectory
(
dataToPlot
);
UpdateMap
(
level
,
dataToPlot
.
U
.
GetMesh
());
if
(
dataType
.
find
(
LagrangeDoF
(
1
).
Name
())
!=
-
1
)
{
...
...
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