Skip to content
Snippets Groups Projects
Commit 81317a70 authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'fix/shallowwater' into 'master'

Fix/shallowwater

See merge request !1984
parents 07488576 9473533d
No related branches found
No related tags found
1 merge request!1984Fix/shallowwater
...@@ -49,6 +49,7 @@ and the assembler for the linear systems arising from finite volume discretizati ...@@ -49,6 +49,7 @@ and the assembler for the linear systems arising from finite volume discretizati
(box-scheme, tpfa-approximation, mpfa-approximation). (box-scheme, tpfa-approximation, mpfa-approximation).
```cpp ```cpp
#include <dumux/linear/linearsolvertraits.hh>
#include <dumux/linear/amgbackend.hh> #include <dumux/linear/amgbackend.hh>
#include <dumux/nonlinear/newtonsolver.hh> #include <dumux/nonlinear/newtonsolver.hh>
#include <dumux/assembly/fvassembler.hh> #include <dumux/assembly/fvassembler.hh>
......
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
// The following files contains the available linear solver backends, the non linear Newton Solver // The following files contains the available linear solver backends, the non linear Newton Solver
// and the assembler for the linear systems arising from finite volume discretizations // and the assembler for the linear systems arising from finite volume discretizations
// (box-scheme, tpfa-approximation, mpfa-approximation). // (box-scheme, tpfa-approximation, mpfa-approximation).
#include <dumux/linear/linearsolvertraits.hh>
#include <dumux/linear/amgbackend.hh> #include <dumux/linear/amgbackend.hh>
#include <dumux/nonlinear/newtonsolver.hh> #include <dumux/nonlinear/newtonsolver.hh>
#include <dumux/assembly/fvassembler.hh> #include <dumux/assembly/fvassembler.hh>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment