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
amdis
amdis-core
Commits
fc25d768
Commit
fc25d768
authored
Jun 11, 2019
by
Praetorius, Simon
Browse files
corrected some typos and added mpi to the test
parent
f1cef2e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/amdis/utility/UniqueBorderPartition.hpp
View file @
fc25d768
...
...
@@ -14,8 +14,8 @@ namespace AMDiS
* exist on multiple processors. For interior, overlap, and ghost entities the
* assignment is trivial: interior: owner, otherwise not owner.
*
* For border entities (codim != 0) the ownership is not known a prior
y
and must
* be communicated. Here we assign the entity to the processor with the
high
est rank.
* For border entities (codim != 0) the ownership is not known a prior
i
and must
* be communicated. Here we assign the entity to the processor with the
low
est rank.
**/
template
<
class
Grid
>
class
UniqueBorderPartitionDataHandle
...
...
test/CMakeLists.txt
View file @
fc25d768
...
...
@@ -99,4 +99,7 @@ dune_add_test(SOURCES TypeTraitsTest.cpp
LINK_LIBRARIES amdis
)
dune_add_test
(
SOURCES UniqueBorderPartitionTest.cpp
LINK_LIBRARIES amdis
)
LINK_LIBRARIES amdis
MPI_RANKS 2
TIMEOUT 300
CMAKE_GUARD MPI_FOUND
)
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