Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openfpm_pdata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Sbalzarini Lab
Software
Parallel Computing
OpenFPM
openfpm_pdata
Commits
e3de430d
Commit
e3de430d
authored
4 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Fixing number of iteration from 100 to 10000
parent
30eced20
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#2297
failed
4 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
example/Numerics/Sussman_redistancing/example_sussman_sphere/main.cpp
+1
-1
1 addition, 1 deletion
...rics/Sussman_redistancing/example_sussman_sphere/main.cpp
with
1 addition
and
1 deletion
example/Numerics/Sussman_redistancing/example_sussman_sphere/main.cpp
+
1
−
1
View file @
e3de430d
...
...
@@ -241,7 +241,7 @@ int main(int argc, char* argv[])
Redist_options
redist_options
;
redist_options
.
sigma
=
0
;
redist_options
.
min_iter
=
100
;
redist_options
.
max_iter
=
100
;
redist_options
.
max_iter
=
100
00
;
redist_options
.
convTolChange
.
value
=
1e-12
;
redist_options
.
convTolChange
.
check
=
true
;
...
...
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