exposed grapite_set_eps_bh in conf
This commit is contained in:
parent
6048c7748e
commit
15227a9eee
4 changed files with 13 additions and 0 deletions
|
|
@ -217,6 +217,15 @@ dt_scf = 0.015625
|
|||
# accelerate the calculation in some circumstances [default: false]
|
||||
#grapite_active_search = true
|
||||
|
||||
# Custom softening length for SMBH-star interactions in the hybrid scheme only.
|
||||
# This value (can also be zero) is used in the direct gravity calculation
|
||||
# between SMBHs (tag=3) and both core (tag=0) and halo (tag=1) stars. If
|
||||
# negative, the Plummer softening parameter (`eps`) is used in these
|
||||
# interactions. Do not confuse with `live_smbh_custom_eps`, which is the
|
||||
# softening length for SMBH-SMBH interactions, and works both in the normal and
|
||||
# hybrid schemes. [default: -1]
|
||||
#grapite_smbh_star_eps = 1E-6
|
||||
|
||||
# If the number of active particles in a particular bunch is bigger than this
|
||||
# threshold, then the execution is on the GPU, otherwise on the CPU. When the
|
||||
# active bunch is small, the overhead of calculating the SCF gravity on the GPU
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue