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
ed561229
Commit
ed561229
authored
Aug 02, 2021
by
Bernd Flemisch
Browse files
fix headercheck for the dumux folder
parent
8ce9057a
Changes
5
Hide whitespace changes
Inline
Side-by-side
dumux/common/tabulated2dfunction.hh
View file @
ed561229
...
...
@@ -26,6 +26,7 @@
#include <vector>
#include <cassert>
#include <algorithm>
namespace
Dumux
{
...
...
dumux/io/grid/porenetwork/gridmanager.hh
View file @
ed561229
...
...
@@ -24,6 +24,8 @@
#ifndef DUMUX_PORE_NETWORK_GRID_MANAGER_HH
#define DUMUX_PORE_NETWORK_GRID_MANAGER_HH
#if HAVE_DUNE_FOAMGRID
#include <iostream>
#include <algorithm>
...
...
@@ -32,12 +34,8 @@
#include <dune/common/timer.hh>
// FoamGrid specific includes
#if HAVE_DUNE_FOAMGRID
#include <dune/foamgrid/foamgrid.hh>
#include <dune/foamgrid/dgffoam.hh>
#else
static_assert
(
false
,
"dune-foamgrid required!"
);
#endif
#include <dumux/common/parameters.hh>
...
...
@@ -445,4 +443,6 @@ private:
}
#endif // HAVE_DUNE_FOAMGRID
#endif
dumux/io/grid/porenetwork/structuredlatticegridcreator.hh
View file @
ed561229
...
...
@@ -24,6 +24,8 @@
#ifndef DUMUX_IO_STRUCTURED_LATTICE_GRID_CREATOR_HH
#define DUMUX_IO_STRUCTURED_LATTICE_GRID_CREATOR_HH
#if HAVE_DUNE_FOAMGRID
#include <vector>
#include <memory>
#include <type_traits>
...
...
@@ -37,10 +39,8 @@
#include <dune/geometry/referenceelements.hh>
// FoamGrid specific includes
#if HAVE_DUNE_FOAMGRID
#include <dune/foamgrid/foamgrid.hh>
#include <dune/foamgrid/dgffoam.hh>
#endif
#include <dumux/io/grid/gridmanager_yasp.hh>
#include <dumux/common/parameters.hh>
...
...
@@ -624,4 +624,6 @@ private:
}
// end namespace Dumux::PoreNetwork
#endif // HAVE_DUNE_FOAMGRID
#endif
dumux/porenetwork/common/iofields.hh
View file @
ed561229
...
...
@@ -24,6 +24,9 @@
#ifndef DUMUX_PNM_COMMON_OUTPUT_FIELDS_HH
#define DUMUX_PNM_COMMON_OUTPUT_FIELDS_HH
#include <dumux/io/vtk/function.hh>
#include <dumux/io/vtk/fieldtype.hh>
namespace
Dumux
::
PoreNetwork
{
/*!
...
...
dumux/porousmediumflow/sequential/cellcentered/mpfa/linteractionvolume3dadaptive.hh
View file @
ed561229
...
...
@@ -26,6 +26,8 @@
* @author Markus Wolff
*/
#include <set>
#include "linteractionvolume3d.hh"
namespace
Dumux
...
...
Hanchuan Wu
@hanchuan
mentioned in commit
2641bd76
·
Aug 02, 2021
mentioned in commit
2641bd76
mentioned in commit 2641bd7688ab0f6676e0460535f9afa6b5382ee9
Toggle commit list
Hanchuan Wu
@hanchuan
mentioned in merge request
!2761 (merged)
·
Aug 02, 2021
mentioned in merge request
!2761 (merged)
mentioned in merge request !2761
Toggle commit list
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