Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
amdis
Commits
b5effb66
Commit
b5effb66
authored
Jun 22, 2009
by
Thomas Witkowski
Browse files
Work on periodic boundary conditions.
parent
70789436
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/PeriodicBC.cc
View file @
b5effb66
...
...
@@ -169,7 +169,8 @@ namespace AMDiS {
DegreeOfFreedom
periodicDOF
=
periodicDOFs
[
element
->
getPositionOfVertex
(
side
,
i
)];
for
(
int
j
=
0
;
j
<
dim
+
1
;
j
++
)
int
j
=
0
;
for
(;
j
<
dim
+
1
;
j
++
)
if
(
neigh
->
getDOF
(
j
,
0
)
==
periodicDOF
)
break
;
...
...
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