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
Copy file name to clipboardExpand all lines: solvers/DPStokes/python_wrapper.cu
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,9 @@ zmax : float
23
23
allowChangingBoxSize : bool
24
24
Whether the periodic extents Lx & Ly can be modified during parameter selection. Default: false.
25
25
delta : float
26
-
The finite difference step size for random finite differences. Specified in units of hydrodynamicRadius. Default is 1e-3.
26
+
The finite difference step size for random finite differences. Specified in units of hydrodynamicRadius. Default: 1e-3.
27
+
allowUnsafeForces : bool
28
+
When the Z periodicity is `open` the net force/torque on the domain must be zero. Numerically, this is checked to some tolerance. Enabling this flag will by bypass the check but can lead to unphysical results if used incorrectly. Default: false.
0 commit comments