Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-gdt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ag-ohlberger
dune-community
dune-gdt
Commits
31d2404a
Commit
31d2404a
authored
5 years ago
by
Dr. Felix Tobias Schindler
Browse files
Options
Downloads
Patches
Plain Diff
we always have dune-istl, drop guards
parent
8a3c33e0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dune/gdt/spaces/parallel/communication.hh
+3
-5
3 additions, 5 deletions
dune/gdt/spaces/parallel/communication.hh
dune/gdt/test/stokes/stokes-taylorhood.hh
+0
-2
0 additions, 2 deletions
dune/gdt/test/stokes/stokes-taylorhood.hh
with
3 additions
and
7 deletions
dune/gdt/spaces/parallel/communication.hh
+
3
−
5
View file @
31d2404a
...
@@ -14,9 +14,7 @@
...
@@ -14,9 +14,7 @@
#include
<dune/common/parallel/communicator.hh>
#include
<dune/common/parallel/communicator.hh>
#if HAVE_DUNE_ISTL
#include
<dune/istl/owneroverlapcopy.hh>
# include <dune/istl/owneroverlapcopy.hh>
#endif
#include
<dune/xt/common/parallel/helper.hh>
#include
<dune/xt/common/parallel/helper.hh>
...
@@ -46,7 +44,7 @@ struct DofCommunicationChooser
...
@@ -46,7 +44,7 @@ struct DofCommunicationChooser
};
// struct DofCommunicationChooser
};
// struct DofCommunicationChooser
#if HAVE_MPI
&& HAVE_DUNE_ISTL
#if HAVE_MPI
template
<
class
ViewImp
>
template
<
class
ViewImp
>
...
@@ -78,7 +76,7 @@ public:
...
@@ -78,7 +76,7 @@ public:
};
// struct DofCommunicationChooser< ..., true >
};
// struct DofCommunicationChooser< ..., true >
#endif // HAVE_MPI
&& HAVE_DUNE_ISTL
#endif // HAVE_MPI
}
// namespace GDT
}
// namespace GDT
}
// namespace Dune
}
// namespace Dune
...
...
This diff is collapsed.
Click to expand it.
dune/gdt/test/stokes/stokes-taylorhood.hh
+
0
−
2
View file @
31d2404a
...
@@ -44,7 +44,6 @@ namespace Dune {
...
@@ -44,7 +44,6 @@ namespace Dune {
namespace
GDT
{
namespace
GDT
{
namespace
Test
{
namespace
Test
{
#if HAVE_DUNE_ISTL
template
<
class
GV
>
template
<
class
GV
>
struct
StokesDirichletProblem
struct
StokesDirichletProblem
...
@@ -380,7 +379,6 @@ public:
...
@@ -380,7 +379,6 @@ public:
}
}
};
// struct StokesTestcase1
};
// struct StokesTestcase1
#endif // HAVE_DUNE_ISTL
}
// namespace Test
}
// namespace Test
}
// namespace GDT
}
// namespace GDT
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment