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
9a6fd491
Commit
9a6fd491
authored
Mar 08, 2021
by
niklas.baumgarten
Browse files
fixing DiscName
parent
fa9eb4ae
Changes
3
Hide whitespace changes
Inline
Side-by-side
mlmc/src/pdesolver/IStochasticDummyAssemble.hpp
View file @
9a6fd491
...
...
@@ -35,7 +35,7 @@ public:
virtual
void
PrintInfo
()
const
override
{
mout
.
PrintInfo
(
"Assemble"
,
verbose
,
PrintInfoEntry
(
"Assemble Name"
,
Name
()),
PrintInfoEntry
(
"Discretization"
,
GetDisc
()
->
Name
()),
PrintInfoEntry
(
"Discretization"
,
GetDisc
()
->
Disc
Name
()),
PrintInfoEntry
(
"Problem"
,
GetProblem
()
->
Name
()));
}
...
...
mlmc/src/pdesolver/IStochasticEllipticAssemble.hpp
View file @
9a6fd491
...
...
@@ -30,7 +30,7 @@ public:
virtual
void
PrintInfo
()
const
override
{
mout
.
PrintInfo
(
"Assemble"
,
verbose
,
PrintInfoEntry
(
"Assemble Name"
,
Name
()),
PrintInfoEntry
(
"Discretization"
,
GetDisc
()
->
Name
()),
PrintInfoEntry
(
"Discretization"
,
GetDisc
()
->
Disc
Name
()),
PrintInfoEntry
(
"Problem"
,
GetProblem
()
->
Name
()));
}
...
...
mlmc/src/pdesolver/assembling/DGEllipticAssemble.hpp
View file @
9a6fd491
...
...
@@ -28,7 +28,7 @@ public:
void
PrintInfo
()
const
override
{
mout
.
PrintInfo
(
"Assemble"
,
verbose
,
PrintInfoEntry
(
"Assemble Name"
,
Name
()),
PrintInfoEntry
(
"Discretization"
,
GetDisc
()
->
Name
()),
PrintInfoEntry
(
"Discretization"
,
GetDisc
()
->
Disc
Name
()),
PrintInfoEntry
(
"Problem"
,
GetProblem
()
->
Name
()),
PrintInfoEntry
(
"penalty"
,
penalty
),
PrintInfoEntry
(
"sign"
,
sign
));
...
...
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