Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
agnumpde
dune-tnnmg
Commits
4eed66b1
Commit
4eed66b1
authored
Sep 05, 2017
by
lh1887
Browse files
Adapt to upstream dune-solvers changes
parent
441b0ac6
Pipeline
#6947
failed with stage
in 2 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dune/tnnmg/iterationsteps/tnnmgstep.hh
View file @
4eed66b1
...
...
@@ -152,8 +152,8 @@ public:
auto
iterativeSolver
=
std
::
dynamic_pointer_cast
<
Solvers
::
IterativeSolver
<
typename
Linearization
::
ConstrainedVector
>
>
(
linearSolver_
);
if
(
iterativeSolver
)
{
iterativeSolver
->
i
terationStep
_
->
setIgnore
(
emptyIgnore
);
linearIterationStep
=
dynamic_cast
<
LinearIterationStepType
*>
(
iterativeSolver
->
i
terationStep
_
);
iterativeSolver
->
getI
terationStep
().
setIgnore
(
emptyIgnore
);
linearIterationStep
=
dynamic_cast
<
LinearIterationStepType
*>
(
&
(
iterativeSolver
->
getI
terationStep
())
);
}
else
DUNE_THROW
(
Exception
,
"Linear solver has to be an IterativeSolver!"
);
...
...
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