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-course
Commits
f2fa7fbf
Commit
f2fa7fbf
authored
Jun 07, 2021
by
hanchuan
Browse files
[headercheck] Fix missing headers
parent
4e4733bb
Changes
6
Hide whitespace changes
Inline
Side-by-side
exercises/exercise-coupling-ff-pm/interface/freeflowsubproblem.hh
View file @
f2fa7fbf
...
...
@@ -24,6 +24,7 @@
#define DUMUX_STOKES_SUBPROBLEM_HH
#include <dumux/freeflow/navierstokes/problem.hh>
#include <dumux/freeflow/navierstokes/boundarytypes.hh>
#include <dumux/common/properties.hh>
#include <dumux/common/boundarytypes.hh>
#include <dumux/common/numeqvector.hh>
...
...
exercises/exercise-coupling-ff-pm/models/freeflowsubproblem.hh
View file @
f2fa7fbf
...
...
@@ -30,6 +30,7 @@
#include <dumux/common/numeqvector.hh>
#include <dumux/freeflow/navierstokes/problem.hh>
#include <dumux/freeflow/navierstokes/boundarytypes.hh>
namespace
Dumux
{
/*!
...
...
exercises/exercise-coupling-ff-pm/turbulence/freeflowsubproblem.hh
View file @
f2fa7fbf
...
...
@@ -32,6 +32,7 @@
// TODO: dumux-course-task 3.A
// Include headers for turbulence problem (rans) here.
#include <dumux/freeflow/navierstokes/problem.hh>
#include <dumux/freeflow/navierstokes/boundarytypes.hh>
namespace
Dumux
{
/*!
...
...
exercises/solution/exercise-coupling-ff-pm/interface/freeflowsubproblem.hh
View file @
f2fa7fbf
...
...
@@ -29,6 +29,7 @@
#include <dumux/common/numeqvector.hh>
#include <dumux/freeflow/navierstokes/problem.hh>
#include <dumux/freeflow/navierstokes/boundarytypes.hh>
namespace
Dumux
{
/*!
...
...
exercises/solution/exercise-coupling-ff-pm/models/freeflowsubproblem.hh
View file @
f2fa7fbf
...
...
@@ -30,6 +30,7 @@
#include <dumux/common/numeqvector.hh>
#include <dumux/freeflow/navierstokes/problem.hh>
#include <dumux/freeflow/navierstokes/boundarytypes.hh>
namespace
Dumux
{
/*!
...
...
exercises/solution/exercise-coupling-ff-pm/turbulence/freeflowsubproblem.hh
View file @
f2fa7fbf
...
...
@@ -34,6 +34,7 @@
#include <dumux/common/boundarytypes.hh>
#include <dumux/common/numeqvector.hh>
#include <dumux/multidomain/boundary/stokesdarcy/couplingdata.hh>
#include <dumux/freeflow/navierstokes/boundarytypes.hh>
namespace
Dumux
{
...
...
Timo Koch
@timok
mentioned in commit
feb5b7e2
·
Jun 07, 2021
mentioned in commit
feb5b7e2
mentioned in commit feb5b7e2089ed057f5907a5e5f5a1bf193ec237b
Toggle commit list
Timo Koch
@timok
mentioned in merge request
!115 (merged)
·
Jun 07, 2021
mentioned in merge request
!115 (merged)
mentioned in merge request !115
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