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
a6a5238a
Commit
a6a5238a
authored
Sep 02, 2020
by
Praetorius, Simon
Browse files
remove specialization for UGGrid since it is fixed in dune-uggrid master
parent
2cd4562c
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
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