You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `max_per_leaf` | Maximum number of particles per tree leaf.
36
-
| `max_per_batch` | Maximum number of particles per batch.
37
-
| `kernel_name` | Name of interaction kernel: `yukawa` or `coulomb`.
38
-
| `approximation` | Type of polynomial: `lagrange` and `hermite`.
39
-
| `size_check` | If the product of this parameter and the number of interpolation points in a cluster is greater than the number of particles in the cluster, then the interaction will be performed directly even if the MAC is accepted.
40
-
| `run_direct` | Run direct calculation for error comparison: `on` or `off`.
41
-
| `verbosity` | Determines verbosity level of output. `0` is quiet, `1` is verbose.
42
-
| `slice` | Determines the proportion of target sites at which the direct calculation is performed for error comparison.
36
+
| `max_per_source_leaf` | Maximum number of particles per source tree leaf (or source batch, for `CLUSTER_PARTICLE`).
37
+
| `max_per_target_leaf` | Maximum number of particles per target tree leaf (or target batch, for `PARTICLE_CLUSTER`).
38
+
| `beta` | Automatic tuning accuracy parameter. Number in [0,1], higher is more accurate.
39
+
| `compute_type` | Type of treecode method. `CLUSTER_PARTICLE`, `PARTICLE_CLUSTER` (i.e. BLTC), `CLUSTER_CLUSTER` (i.e. BLDTT).
40
+
| `approximation` | Type of polynomial: `LAGRANGE` and `HERMITE`. `HERMITE` is incompatible with cluster-cluster.
41
+
| `kernel_name` | Name of interaction kernel: `COULOMB`, `YUKAWA`, `REGULARIZED_COULOMB`, `REGULARIZED_YUKAWA`, `SIN_OVER_R`, `USER`.
43
42
| `kernel_params` | Comma separated list of parameters for given kernel.
43
+
| `run_direct` | Run direct calculation for error comparison: `ON` or `OFF`.
44
+
| `verbosity` | Determines verbosity level of output. Integer `0`, `1`, `2`, `3`. Higher means more output.
45
+
| `slice` | Determines the proportion of target sites at which the direct calculation is performed for error comparison. 10 would mean every 10th target is sampled.
0 commit comments