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
ca51b221
Commit
ca51b221
authored
Mar 08, 2021
by
niklas.baumgarten
Browse files
removing ::dof
parent
9a6fd491
Changes
1
Hide whitespace changes
Inline
Side-by-side
mlmc/src/pdesolver/assembling/MixedEllipticAssemble.cpp
View file @
ca51b221
...
...
@@ -324,7 +324,7 @@ void MixedEllipticAssemble::SetExactSolution(Vector &u) const {
for
(
cell
c
=
u
.
cells
();
c
!=
u
.
cells_end
();
++
c
)
{
RTLagrangeElementT
<>
elem
(
*
disc
,
u
,
c
);
vector
<
Point
>
nodalPoints
;
u
.
dof
::
NodalPoints
(
elem
.
PressureIndex
(),
c
,
nodalPoints
);
u
.
NodalPoints
(
elem
.
PressureIndex
(),
c
,
nodalPoints
);
MixedRowValues
u_c
(
u
,
c
,
elem
);
for
(
int
i
=
0
;
i
<
elem
.
PressureSize
();
i
++
)
{
u_c
(
elem
.
PressureIndex
(),
i
)
=
problem
->
Solution
(
nodalPoints
[
i
]);
...
...
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