Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
amdis-core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
8
Issues
8
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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