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
Mpp
Commits
59903170
Commit
59903170
authored
Jan 03, 2022
by
niklas.baumgarten
Browse files
rmv USESPACETIME
parent
4c4e43f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib3_disc/dof/DoFs.cpp
View file @
59903170
...
...
@@ -139,10 +139,7 @@ void DoFs::NodalPoints(const cell &c, vector<Point> &z) const {
D
[
n
]
->
NodalPoints
(
c
,
w
);
for
(
Point
&
p
:
w
)
{
if
(
std
::
find
(
z
.
begin
(),
z
.
end
(),
p
)
==
z
.
end
())
{
if
constexpr
(
!
USE_SPACETIME
)
z
.
push_back
(
p
);
else
z
.
push_back
(
p
.
CopyWithT
(
0.0
));
}
}
}
...
...
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