Skip to content
GitLab
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
9ba93060
Commit
9ba93060
authored
Jul 17, 2018
by
Ned Coltman
Committed by
Theresa Schollenberger
Jul 17, 2018
Browse files
Cleanup/mainfile basic numbers
parent
c44a1f47
Changes
11
Hide whitespace changes
Inline
Side-by-side
exercises/exercise-basic/README.md
View file @
9ba93060
# Exercise
#1
(DuMuX course)
# Exercise
Basics
(DuMuX course)
<br>
## Problem set-up
...
...
exercises/exercise-basic/injection2p2cproblem.hh
View file @
9ba93060
...
...
@@ -21,8 +21,8 @@
*
* \brief The two-phase porousmediumflow problem for exercise-basic
*/
#ifndef DUMUX_EX
1_INJECTION_2P2
C_PROBLEM_HH
#define DUMUX_EX
1_INJECTION_2P2
C_PROBLEM_HH
#ifndef DUMUX_EX
_BASI
C_PROBLEM_
2P2C_
HH
#define DUMUX_EX
_BASI
C_PROBLEM_
2P2C_
HH
#include
<dumux/discretization/cellcentered/tpfa/properties.hh>
#include
<dumux/porousmediumflow/2p2c/model.hh>
...
...
exercises/exercise-basic/injection2pniproblem.hh
View file @
9ba93060
...
...
@@ -22,8 +22,8 @@
* \brief The two-phase nonisothermal porousmediumflow problem for exercise-basic
*/
#ifndef DUMUX_EX
1_INJECTION
_PROBLEM_2PNI_HH
#define DUMUX_EX
1_INJECTION
_PROBLEM_2PNI_HH
#ifndef DUMUX_EX
_BASIC
_PROBLEM_2PNI_HH
#define DUMUX_EX
_BASIC
_PROBLEM_2PNI_HH
#include
<dumux/discretization/cellcentered/tpfa/properties.hh>
#include
<dumux/porousmediumflow/2p/model.hh>
...
...
exercises/exercise-basic/injection2pproblem.hh
View file @
9ba93060
...
...
@@ -22,8 +22,8 @@
* \brief The two-phase porousmediumflow problem for exercise-basic
*/
#ifndef DUMUX_EX
1_INJECTION
_PROBLEM_2P_HH
#define DUMUX_EX
1_INJECTION
_PROBLEM_2P_HH
#ifndef DUMUX_EX
_BASIC
_PROBLEM_2P_HH
#define DUMUX_EX
_BASIC
_PROBLEM_2P_HH
#include
<dumux/discretization/cellcentered/tpfa/properties.hh>
#include
<dumux/porousmediumflow/2p/model.hh>
...
...
exercises/exercise-basic/injection2pspatialparams.hh
View file @
9ba93060
...
...
@@ -24,8 +24,8 @@
* fully implicit model.
*/
#ifndef DUMUX_EX
1_INJECTION
_SPATIAL_PARAMS_HH
#define DUMUX_EX
1_INJECTION
_SPATIAL_PARAMS_HH
#ifndef DUMUX_EX
_BASIC
_SPATIAL_PARAMS_HH
#define DUMUX_EX
_BASIC
_SPATIAL_PARAMS_HH
#include
<dumux/material/spatialparams/fv.hh>
#include
<dumux/material/fluidmatrixinteractions/2p/regularizedbrookscorey.hh>
...
...
exercises/exercise-mainfile/1pproblem.hh
View file @
9ba93060
...
...
@@ -19,10 +19,10 @@
/*!
* \file
*
* \brief The one-phase porousmediumflow problem for exercise
1
* \brief The one-phase porousmediumflow problem for exercise
mainfile
*/
#ifndef DUMUX_EX
1
_ONEP_TEST_PROBLEM_HH
#define DUMUX_EX
1
_ONEP_TEST_PROBLEM_HH
#ifndef DUMUX_EX
_MAINFILE
_ONEP_TEST_PROBLEM_HH
#define DUMUX_EX
_MAINFILE
_ONEP_TEST_PROBLEM_HH
#include
<dune/grid/yaspgrid.hh>
...
...
exercises/exercise-mainfile/1pspatialparams.hh
View file @
9ba93060
...
...
@@ -21,8 +21,8 @@
* \ingroup OnePTests
* \brief The spatial params the incompressible test
*/
#ifndef DUMUX_EX
1
_ONEP_TEST_SPATIAL_PARAMS_HH
#define DUMUX_EX
1
_ONEP_TEST_SPATIAL_PARAMS_HH
#ifndef DUMUX_EX
_MAINFILE
_ONEP_TEST_SPATIAL_PARAMS_HH
#define DUMUX_EX
_MAINFILE
_ONEP_TEST_SPATIAL_PARAMS_HH
#include
<dumux/porousmediumflow/properties.hh>
#include
<dumux/material/spatialparams/fv1p.hh>
...
...
exercises/exercise-mainfile/README.md
View file @
9ba93060
# Exercise
#1
(DuMuX course)
# Exercise
Mainfiles
(DuMuX course)
<br>
## Problem set-up
...
...
exercises/solution/exercise-basic/injection2pniproblem.hh
View file @
9ba93060
...
...
@@ -22,8 +22,8 @@
* \brief The solution of the two-phase nonisothermal porousmediumflow problem for exercise-basic
*/
#ifndef DUMUX_EX
1_INJECTION
_PROBLEM_2PNI_HH
#define DUMUX_EX
1_INJECTION
_PROBLEM_2PNI_HH
#ifndef DUMUX_EX
_BASIC
_PROBLEM_2PNI_HH
#define DUMUX_EX
_BASIC
_PROBLEM_2PNI_HH
#include
<dumux/discretization/cellcentered/tpfa/properties.hh>
#include
<dumux/porousmediumflow/2p/model.hh>
...
...
exercises/solution/exercise-mainfile/1pproblem.hh
View file @
9ba93060
...
...
@@ -19,10 +19,10 @@
/*!
* \file
*
* \brief The one-phase porousmediumflow problem for exercise
1
* \brief The one-phase porousmediumflow problem for exercise
mainfile
*/
#ifndef DUMUX_EX
1
_ONEP_TEST_PROBLEM_HH
#define DUMUX_EX
1
_ONEP_TEST_PROBLEM_HH
#ifndef DUMUX_EX
_MAINFILE
_ONEP_TEST_PROBLEM_HH
#define DUMUX_EX
_MAINFILE
_ONEP_TEST_PROBLEM_HH
#include
<dune/grid/yaspgrid.hh>
...
...
exercises/solution/exercise-mainfile/1pspatialparams.hh
View file @
9ba93060
...
...
@@ -21,8 +21,8 @@
* \ingroup OnePTests
* \brief The spatial params the incompressible test
*/
#ifndef DUMUX_EX
1
_ONEP_TEST_SPATIAL_PARAMS_HH
#define DUMUX_EX
1
_ONEP_TEST_SPATIAL_PARAMS_HH
#ifndef DUMUX_EX
_MAINFILE
_ONEP_TEST_SPATIAL_PARAMS_HH
#define DUMUX_EX
_MAINFILE
_ONEP_TEST_SPATIAL_PARAMS_HH
#include
<dumux/porousmediumflow/properties.hh>
#include
<dumux/material/spatialparams/fv1p.hh>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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