Skip to content

Commit 4b60d41

Browse files
authored
Correct default value in calculate_potential! docstrings
1 parent 6591930 commit 4b60d41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Simulation/Simulation.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ There are several keyword arguments which can be used to tune the calculation.
10671067
First element should be smaller than the second one and both should be `∈ [1.0, 2.0]`. Default is `[1.4, 1.85]`.
10681068
In case of Cartesian coordinates, only one value is taken.
10691069
* `max_n_iterations::Int`: Set the maximum number of iterations which are performed after each grid refinement.
1070-
Default is `10000`. If set to `-1` there will be no limit.
1070+
Default is `50000`. If set to `-1` there will be no limit.
10711071
* `not_only_paint_contacts::Bool = true`: Whether to only use the painting algorithm of the surfaces of [`Contact`](@ref)
10721072
without checking if points are actually inside them.
10731073
Setting it to `false` should improve the performance but the points inside of [`Contact`](@ref) are not fixed anymore.
@@ -1130,7 +1130,7 @@ There are several keyword arguments which can be used to tune the calculation.
11301130
First element should be smaller than the second one and both should be `∈ [1.0, 2.0]`. Default is `[1.4, 1.85]`.
11311131
In case of Cartesian coordinates, only one value is taken.
11321132
* `max_n_iterations::Int`: Set the maximum number of iterations which are performed after each grid refinement.
1133-
Default is `10000`. If set to `-1` there will be no limit.
1133+
Default is `50000`. If set to `-1` there will be no limit.
11341134
* `not_only_paint_contacts::Bool = true`: Whether to only use the painting algorithm of the surfaces of [`Contact`](@ref)
11351135
without checking if points are actually inside them.
11361136
Setting it to `false` should improve the performance but the points inside of [`Contact`](@ref) are not fixed anymore.
@@ -1265,7 +1265,7 @@ There are several keyword arguments which can be used to tune the simulation.
12651265
First element should be smaller than the second one and both should be `∈ [1.0, 2.0]`. Default is `[1.4, 1.85]`.
12661266
In case of Cartesian coordinates, only one value is taken.
12671267
* `max_n_iterations::Int`: Set the maximum number of iterations which are performed after each grid refinement.
1268-
Default is `10000`. If set to `-1` there will be no limit.
1268+
If set to `-1` there will be no limit. Default is no limit.
12691269
* `not_only_paint_contacts::Bool = true`: Whether to only use the painting algorithm of the surfaces of [`Contact`](@ref)
12701270
without checking if points are actually inside them.
12711271
Setting it to `false` should improve the performance but the points inside of [`Contact`](@ref) are not fixed anymore.

0 commit comments

Comments
 (0)