Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
amdis
amdis-core
Commits
a6a5238a
Commit
a6a5238a
authored
Sep 02, 2020
by
Praetorius, Simon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove specialization for UGGrid since it is fixed in dune-uggrid master
parent
2cd4562c
Pipeline
#4672
passed with stage
in 68 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
amdis/utility/UniqueBorderPartition.hpp
amdis/utility/UniqueBorderPartition.hpp
+3
-0
No files found.
amdis/utility/UniqueBorderPartition.hpp
View file @
a6a5238a
...
...
@@ -4,6 +4,7 @@
#include <set>
#include <dune/common/unused.hh>
#include <dune/common/version.hh>
#include <dune/grid/common/datahandleif.hh>
namespace
Dune
...
...
@@ -127,6 +128,7 @@ namespace AMDiS
};
#if DUNE_VERSION_LT(DUNE_UGGRID,2,8)
/// Specialization for UGGrid that can not communicate over edges.
template
<
int
dim
>
class
UniqueBorderPartition
<
Dune
::
UGGrid
<
dim
>>
...
...
@@ -254,6 +256,7 @@ namespace AMDiS
mutable
std
::
map
<
IdType
,
int
>
entityToRank_
;
IdSet
const
&
idSet_
;
};
#endif
}
// end namespace AMDiS
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