Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dorie
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
31
Issues
31
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
dorie
dorie
Commits
6432d739
Commit
6432d739
authored
May 17, 2017
by
Lukas Riedel
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
softened vanGenuchten parameter limits
parent
57441a3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dune/dorie/solver/param_van_genuchten.hh
dune/dorie/solver/param_van_genuchten.hh
+2
-2
No files found.
dune/dorie/solver/param_van_genuchten.hh
View file @
6432d739
...
...
@@ -22,8 +22,8 @@ namespace Dune {
explicit
MualemVanGenuchten
(
const
ParameterTree
&
fieldConfig_
,
const
Dune
::
MPIHelper
&
helper_
,
Interpolator
&
interpolator_
,
H5File
&
h5file_
,
const
int
verbose_
)
:
PB
(
fieldConfig_
,
"vanGenuchten"
,
parameterArray
,
helper_
,
interpolator_
,
h5file_
,
verbose_
)
,
thetaR
(
"theta_r"
,
0.0
,
1.0
),
thetaS
(
"theta_s"
,
0.0
,
1.0
),
alpha
(
"alpha"
,
-
1
0.0
,
0.0
)
,
n
(
"n"
,
1.0
,
100.0
),
tau
(
"tau"
,
-
100.0
,
0
.0
),
k0
(
"k0"
,
0.0
,
1.0
)
,
thetaR
(
"theta_r"
,
0.0
,
1.0
),
thetaS
(
"theta_s"
,
0.0
,
1.0
),
alpha
(
"alpha"
,
-
2
0.0
,
0.0
)
,
n
(
"n"
,
1.0
,
100.0
),
tau
(
"tau"
,
-
100.0
,
1
.0
),
k0
(
"k0"
,
0.0
,
1.0
)
{
parameterArray
.
push_back
(
&
thetaR
);
parameterArray
.
push_back
(
&
thetaS
);
...
...
Lukas Riedel
@lriedel
mentioned in commit
118d9bce
·
Mar 15, 2018
mentioned in commit
118d9bce
mentioned in commit 118d9bce8bbeaac642a13ce14b51abf5fe8b660c
Toggle commit list
Lukas Riedel
@lriedel
mentioned in merge request
!34 (merged)
·
Mar 15, 2018
mentioned in merge request
!34 (merged)
mentioned in merge request !34
Toggle commit list
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