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
bc804d1a
Commit
bc804d1a
authored
Mar 08, 2021
by
niklas.baumgarten
Browse files
using HybridRTLagrangeDiscretization
parent
f86b6338
Changes
1
Hide whitespace changes
Inline
Side-by-side
mlmc/src/pdesolver/PDESolverCreator.cpp
View file @
bc804d1a
...
@@ -21,7 +21,7 @@ PDESolver *PDESolverCreator::Create(Meshes &meshes) {
...
@@ -21,7 +21,7 @@ PDESolver *PDESolverCreator::Create(Meshes &meshes) {
if
(
_model
==
"HybridElliptic"
)
if
(
_model
==
"HybridElliptic"
)
return
new
EllipticPDESolver
(
return
new
EllipticPDESolver
(
new
HybridEllipticAssemble
(
new
HybridEllipticAssemble
(
new
RTLagrangeDiscretization
(
meshes
,
0
,
0
),
new
Hybrid
RTLagrangeDiscretization
(
meshes
,
0
,
0
),
CreateStochasticEllipticProblem
(
_problem
,
meshes
)
CreateStochasticEllipticProblem
(
_problem
,
meshes
)
),
meshes
,
_quantity
,
_costMeasure
),
meshes
,
_quantity
,
_costMeasure
);
);
...
...
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