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
5fa4615f
Commit
5fa4615f
authored
Dec 06, 2017
by
Kilian Weishaupt
Browse files
Remove includes of dumux/linear/linearsolverproperties.hh
* header does not exist anymore
parent
ccdcee56
Changes
5
Hide whitespace changes
Inline
Side-by-side
dumux/linear/amgbackend.hh
View file @
5fa4615f
...
...
@@ -32,7 +32,6 @@
#include
<dune/istl/solvers.hh>
#include
<dumux/linear/solver.hh>
#include
<dumux/linear/linearsolverproperties.hh>
#include
<dumux/linear/amgtraits.hh>
#include
<dumux/linear/amgparallelhelpers.hh>
...
...
dumux/linear/amgparallelhelpers.hh
View file @
5fa4615f
...
...
@@ -28,17 +28,9 @@
#include
<dune/istl/owneroverlapcopy.hh>
#include
<dune/istl/paamg/pinfo.hh>
#include
"linearsolverproperties.hh"
namespace
Dumux
{
namespace
Properties
{
//! The type traits required for using the AMG backend
NEW_PROP_TAG
(
AmgTraits
);
}
/*!
* \brief A parallel helper class providing a nonoverlapping
* decomposition of all degrees of freedom
...
...
dumux/mixeddimension/properties.hh
View file @
5fa4615f
...
...
@@ -34,7 +34,6 @@
#include
<dune/istl/multitypeblockmatrix.hh>
#include
<dumux/common/basicproperties.hh>
#include
<dumux/linear/linearsolverproperties.hh>
#include
<dumux/nonlinear/newtonmethod.hh>
#include
<dumux/common/timemanager.hh>
...
...
dumux/porousmediumflow/sequential/pressureproperties.hh
View file @
5fa4615f
...
...
@@ -24,7 +24,6 @@
#include
<dune/istl/bvector.hh>
#include
"properties.hh"
#include
<dumux/linear/linearsolverproperties.hh>
#include
<dumux/linear/seqsolverbackend.hh>
...
...
test/mixeddimension/embedded/1p2c_richards2c/schursolver.hh
View file @
5fa4615f
...
...
@@ -33,7 +33,6 @@
#include
<dumux/common/parameters.hh>
#include
<dumux/common/basicproperties.hh>
#include
<dumux/linear/linearsolverproperties.hh>
#include
<dune/istl/paamg/amg.hh>
#include
<dune/istl/paamg/pinfo.hh>
...
...
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