Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
dorie
dorie
Commits
9912c42b
Commit
9912c42b
authored
Jul 10, 2018
by
Santiago Ospina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated CHANGELOG
Signed-off-by:
Santiago Ospina
<
saospina@hugo.iwr.uni-heidelberg.de
>
parent
85d95c36
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
CHANGELOG.md
CHANGELOG.md
+2
-0
dune/dorie/test/test-mass-conservation.hh
dune/dorie/test/test-mass-conservation.hh
+5
-6
No files found.
CHANGELOG.md
View file @
9912c42b
...
...
@@ -17,6 +17,8 @@
GitLab Runner cannot handle the load
*
Use the
`OVLP_AMG_4_DG`
linear solver for all computations, including
sequential ones. This significantly improves performance for large problems.
*
Decentralization of the header system so that in most of the header files are
independent of each other
### Fixed
*
The source code is now compatible to the Clang LLVM compiler.
...
...
dune/dorie/test/test-mass-conservation.hh
View file @
9912c42b
#ifndef TEST_MASS_CONSERVATION_HH
#define TEST_MASS_CONSERVATION_HH
#include "../solver/util_typedefs.hh"
#include "../solver/util_grid_creator.hh"
#include "../solver/richards_boundary.hh"
#include "../interface/util.hh"
#include <algorithm>
#include <vector>
#include <memory>
#include <dune/common/parametertree.hh>
#include <dune/common/parallel/mpihelper.hh>
...
...
@@ -32,6 +26,11 @@
#include <dune/dorie/interface/simulation.hh>
#include <dune/dorie/interface/simulation.cc>
#include "../solver/util_typedefs.hh"
#include "../solver/util_grid_creator.hh"
#include "../solver/richards_boundary.hh"
#include "../interface/util.hh"
namespace
Dune
{
namespace
Dorie
{
...
...
Write
Preview
Markdown
is supported
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