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
Commits
a5fe8ab8
Commit
a5fe8ab8
authored
Sep 13, 2019
by
Timo Koch
Browse files
Merge branch 'fix/2ptracer-assembly' into 'master'
[2ptracer][test] set forgotten previous solution See merge request
!1715
parents
5207b91f
6b15cc37
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/porousmediumflow/tracer/2ptracer/main.cc
View file @
a5fe8ab8
...
...
@@ -128,7 +128,7 @@ int main(int argc, char** argv) try
// the assembler with time loop for instationary problem
using
TwoPAssembler
=
FVAssembler
<
TwoPTypeTag
,
DiffMethod
::
numeric
>
;
auto
twoPAssembler
=
std
::
make_shared
<
TwoPAssembler
>
(
twoPProblem
,
fvGridGeometry
,
twoPGridVariables
,
timeLoop
);
auto
twoPAssembler
=
std
::
make_shared
<
TwoPAssembler
>
(
twoPProblem
,
fvGridGeometry
,
twoPGridVariables
,
timeLoop
,
pOld
);
// the linear solver
using
TwoPLinearSolver
=
AMGBackend
<
TwoPTypeTag
>
;
...
...
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