Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-tectonic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
podlesny
dune-tectonic
Commits
c844c82e
Commit
c844c82e
authored
4 years ago
by
podlesny
Browse files
Options
Downloads
Patches
Plain Diff
remove debug print
parent
6b0114c7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/tectonic/spatial-solving/fixedpointiterator.cc
+2
-2
2 additions, 2 deletions
dune/tectonic/spatial-solving/fixedpointiterator.cc
with
2 additions
and
2 deletions
dune/tectonic/spatial-solving/fixedpointiterator.cc
+
2
−
2
View file @
c844c82e
...
@@ -124,7 +124,7 @@ FixedPointIterator<Factory, NBodyAssembler, Updaters, ErrorNorms>::run(
...
@@ -124,7 +124,7 @@ FixedPointIterator<Factory, NBodyAssembler, Updaters, ErrorNorms>::run(
Vector
total_v
;
Vector
total_v
;
nBodyAssembler_
.
nodalToTransformed
(
velocityIterates
,
total_v
);
nBodyAssembler_
.
nodalToTransformed
(
velocityIterates
,
total_v
);
print
(
velocityIterates
,
"velocityIterates start:"
);
//
print(velocityIterates, "velocityIterates start:");
for
(
fixedPointIteration
=
0
;
fixedPointIteration
<
fixedPointMaxIterations_
;
for
(
fixedPointIteration
=
0
;
fixedPointIteration
<
fixedPointMaxIterations_
;
++
fixedPointIteration
)
{
++
fixedPointIteration
)
{
...
@@ -176,7 +176,7 @@ FixedPointIterator<Factory, NBodyAssembler, Updaters, ErrorNorms>::run(
...
@@ -176,7 +176,7 @@ FixedPointIterator<Factory, NBodyAssembler, Updaters, ErrorNorms>::run(
nBodyAssembler_
.
postprocess
(
total_v
,
velocityIterates
);
nBodyAssembler_
.
postprocess
(
total_v
,
velocityIterates
);
updaters
.
rate_
->
postProcess
(
velocityIterates
);
updaters
.
rate_
->
postProcess
(
velocityIterates
);
print
(
velocityIterates
,
"velocityIterates end:"
);
//
print(velocityIterates, "velocityIterates end:");
// Cannot use return { fixedPointIteration, multigridIterations };
// Cannot use return { fixedPointIteration, multigridIterations };
// with gcc 4.9.2, see also http://stackoverflow.com/a/37777814/179927
// with gcc 4.9.2, see also http://stackoverflow.com/a/37777814/179927
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment