Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
5d29b8f3
Commit
5d29b8f3
authored
Dec 11, 2017
by
Timo Koch
Browse files
[amg] Fix missing includes
parent
a1acb792
Changes
2
Hide whitespace changes
Inline
Side-by-side
dumux/linear/amgbackend.hh
View file @
5d29b8f3
...
...
@@ -31,6 +31,7 @@
#include
<dune/istl/paamg/pinfo.hh>
#include
<dune/istl/solvers.hh>
#include
<dumux/common/properties.hh>
#include
<dumux/linear/solver.hh>
#include
<dumux/linear/amgtraits.hh>
#include
<dumux/linear/amgparallelhelpers.hh>
...
...
dumux/linear/amgparallelhelpers.hh
View file @
5d29b8f3
...
...
@@ -25,8 +25,11 @@
#ifndef DUMUX_AMGPARALLELHELPERS_HH
#define DUMUX_AMGPARALLELHELPERS_HH
#include
<dune/geometry/dimension.hh>
#include
<dune/grid/common/datahandleif.hh>
#include
<dune/istl/owneroverlapcopy.hh>
#include
<dune/istl/paamg/pinfo.hh>
#include
<dumux/common/properties.hh>
namespace
Dumux
{
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment