Skip to content
GitLab
Menu
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
cec11de7
Commit
cec11de7
authored
Jan 29, 2020
by
Kilian Weishaupt
Browse files
[amgbackend] Resolve deprecation warnings
parent
11f09e56
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/linear/amgbackend.hh
View file @
cec11de7
...
...
@@ -43,7 +43,7 @@
#include <dune/istl/solvers.hh>
#include <dumux/linear/solver.hh>
#include <dumux/linear/
amg
parallelhelpers.hh>
#include <dumux/linear/parallelhelpers.hh>
namespace
Dumux
{
...
...
@@ -217,7 +217,7 @@ private:
}
// namespace Dumux
#include <dumux/common/properties.hh>
#include <dumux/linear/
amg
traits.hh>
#include <dumux/linear/
linearsolver
traits.hh>
namespace
Dumux
{
...
...
@@ -228,9 +228,9 @@ namespace Dumux {
* \note This is an adaptor using a TypeTag
*/
template
<
class
TypeTag
>
using
AMGBackend
=
ParallelAMGBackend
<
GetPropType
<
TypeTag
,
Properties
::
GridView
>
,
Amg
Traits
<
GetPropType
<
TypeTag
,
Properties
::
JacobianMatrix
>
,
GetPropType
<
TypeTag
,
Properties
::
SolutionVector
>
,
GetPropType
<
TypeTag
,
Properties
::
GridGeometry
>>>
;
using
AMGBackend
=
ParallelAMGBackend
<
GetPropType
<
TypeTag
,
Properties
::
GridView
>
,
LinearSolver
Traits
<
GetPropType
<
TypeTag
,
Properties
::
JacobianMatrix
>
,
GetPropType
<
TypeTag
,
Properties
::
SolutionVector
>
,
GetPropType
<
TypeTag
,
Properties
::
GridGeometry
>>>
;
}
// namespace Dumux
...
...
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