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
a76bbda1
Commit
a76bbda1
authored
Dec 21, 2018
by
Dennis Gläser
Browse files
[test][el2p] initialize fluid system to speed up test
parent
163a90fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/multidomain/poromechanics/el2p/problem_2p.hh
View file @
a76bbda1
...
...
@@ -110,6 +110,7 @@ public:
const
std
::
string
&
paramGroup
=
"TwoP"
)
:
ParentType
(
fvGridGeometry
,
spatialParams
,
paramGroup
)
{
FluidSystem
::
init
();
problemName_
=
getParam
<
std
::
string
>
(
"Vtk.OutputName"
)
+
"_"
+
getParamFromGroup
<
std
::
string
>
(
this
->
paramGroup
(),
"Problem.Name"
);
}
...
...
Timo Koch
@timok
mentioned in commit
f44f2da1
·
Dec 21, 2018
mentioned in commit
f44f2da1
mentioned in commit f44f2da138916c18f32e1a89164bbcf3b5724679
Toggle commit list
Timo Koch
@timok
mentioned in merge request
!1470 (merged)
·
Dec 21, 2018
mentioned in merge request
!1470 (merged)
mentioned in merge request !1470
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