Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
agnumpde
dune-tnnmg
Commits
753ff6ec
Commit
753ff6ec
authored
Jul 06, 2012
by
Elias Pipping
Committed by
pipping
Jul 06, 2012
Browse files
Calling getSol for the linear solver is obligatory
[[Imported from SVN: r6488]]
parent
29e8e89a
Changes
1
Hide whitespace changes
Inline
Side-by-side
dune/tnnmg/iterationsteps/tnnmgstep.hh
View file @
753ff6ec
...
...
@@ -108,7 +108,7 @@ class TruncatedNonsmoothNewtonMultigrid : public IterationStep<typename TNNMGPro
linearIterationStep_
->
preprocess
();
for
(
int
i
=
0
;
i
<
linearIterationSteps_
;
++
i
)
linearIterationStep_
->
iterate
();
v
=
linearIterationStep_
->
getSol
();
// Ist das notwendig ?????????????????????
v
=
linearIterationStep_
->
getSol
();
}
// project correction
...
...
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